1 2 3 4 5 6 7 8
/* Public domain. */ #ifndef _LINUX_UUID_H #define _LINUX_UUID_H #define UUID_STRING_LEN 36 #endif