brintos

brintos / linux-shallow public Read only

0
0
Text · 309 B · 5fed13b Raw
19 lines · c
1/* SPDX-License-Identifier: GPL-2.0-only */2#ifndef _KMEMLEAK_H3#define _KMEMLEAK_H4 5static inline void kmemleak_free_part_phys(phys_addr_t phys, size_t size)6{7}8 9static inline void kmemleak_alloc_phys(phys_addr_t phys, size_t size,10				       gfp_t gfp)11{12}13 14static inline void dump_stack(void)15{16}17 18#endif19