/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ /* * MEI UUID definition * * Copyright (C) 2010, Intel Corp. * Huang Ying <[email protected]> */ #ifndef _UAPI_LINUX_MEI_UUID_H_ #define _UAPI_LINUX_MEI_UUID_H_ #include <linux/types.h> uuid_le; #define UUID_LE(a, b, c, d0, d1, d2, d3, d4, d5, d6, d7) … #define NULL_UUID_LE … #endif /* _UAPI_LINUX_MEI_UUID_H_ */