mirror of
https://github.com/xcat2/xNBA.git
synced 2025-08-23 19:50:24 +00:00
11 lines
177 B
C
11 lines
177 B
C
#ifndef _I386_UUID_H
|
|
#define _I386_UUID_H
|
|
|
|
#include <smbios.h>
|
|
|
|
static inline int get_uuid ( union uuid *uuid ) {
|
|
return smbios_get_uuid ( uuid );
|
|
}
|
|
|
|
#endif /* _I386_UUID_H */
|