http://git.etherboot.org
/
people
/
mcb30
/
gpxe.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Add UUID to DHCP request as option 97 (if available).
[people/mcb30/gpxe.git]
/
src
/
arch
/
i386
/
include
/
bits
/
uuid.h
1
#ifndef _I386_UUID_H
2
#define _I386_UUID_H
3
4
#include <smbios.h>
5
6
static inline int get_uuid ( union uuid *uuid ) {
7
return smbios_get_uuid ( uuid );
8
}
9
10
#endif /* _I386_UUID_H */