http://git.etherboot.org
/
people
/
asdlkf
/
gpxe.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
[efi] Add EFI image format and basic runtime environment
[people/asdlkf/gpxe.git]
/
src
/
config
/
defaults.h
1
#ifndef CONFIG_DEFAULTS_H
2
#define CONFIG_DEFAULTS_H
3
4
#define CONFIG_DEFAULTS(_platform) <config/defaults/_platform.h>
5
6
#include CONFIG_DEFAULTS(PLATFORM)
7
8
#endif /* CONFIG_DEFAULTS_H */