diff options
author | wdenk <wdenk> | 2000-08-21 15:05:47 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2000-08-21 15:05:47 +0000 |
commit | b15cbc0be004d352d4dd661546847bd52fbf8a28 (patch) | |
tree | 73d4277296a2d00ca9b090c784584d94b3bc5bf8 /include/linux/config.h | |
parent | 40c855574cff21a97c01d8f8d2ee2b8436eebce2 (diff) | |
download | u-boot-b15cbc0be004d352d4dd661546847bd52fbf8a28.tar.gz u-boot-b15cbc0be004d352d4dd661546847bd52fbf8a28.tar.xz u-boot-b15cbc0be004d352d4dd661546847bd52fbf8a28.zip |
Initial revision
Diffstat (limited to 'include/linux/config.h')
-rw-r--r-- | include/linux/config.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/linux/config.h b/include/linux/config.h new file mode 100644 index 0000000000..a0194cb7c7 --- /dev/null +++ b/include/linux/config.h @@ -0,0 +1,6 @@ +#ifndef _LINUX_CONFIG_H +#define _LINUX_CONFIG_H + +/* #include <linux/autoconf.h> */ + +#endif |