repo.or.cz
/
gpxe.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[tcp] Enable AF_INET6 transport for tcp connections
[gpxe.git]
/
src
/
config
/
defaults.h
blob
389c0b07bc9f3cf827b543deeff6cab12df5e820
1
#ifndef CONFIG_DEFAULTS_H
2
#define CONFIG_DEFAULTS_H
3
4
FILE_LICENCE
(
GPL2_OR_LATER
);
5
6
#define CONFIG_DEFAULTS(_platform) <config/defaults/_platform.h>
7
8
#include CONFIG_DEFAULTS(PLATFORM)
9
10
#endif
/* CONFIG_DEFAULTS_H */