brintos

brintos / linux-shallow public Read only

0
0
Text · 153 B · 319dcaa Raw
8 lines · c
1/* SPDX-License-Identifier: GPL-2.0 */2#ifndef LINUX_SLAB_H3#define GFP_KERNEL 04#define GFP_ATOMIC 05#define __GFP_NOWARN 06#define __GFP_ZERO 07#endif8