License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[linux-2.6-block.git] / tools / virtio / linux / slab.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
4e53f78e 2#ifndef LINUX_SLAB_H
6be3ffaa
MT
3#define GFP_KERNEL 0
4#define GFP_ATOMIC 0
5#define __GFP_NOWARN 0
6#define __GFP_ZERO 0
4e53f78e 7#endif