mirror of
git://git.yoctoproject.org/linux-yocto.git
synced 2025-07-07 14:25:22 +02:00

There is only a single user of the UUID uAPI, let's make it part of that user. The way it's done is to prevent compilation time breakage for the user space that does #include <linux/uuid.h> In the future MEI user space tools can switch over to use mei_uuid.h. Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Link: https://lore.kernel.org/r/20230310170747.22782-1-andriy.shevchenko@linux.intel.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2 lines
28 B
C
2 lines
28 B
C
#include <linux/mei_uuid.h>
|