1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

update ar7 to 2.6.22.1 (thanks to Matteo Croce for his great help)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8189 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nico
2007-07-27 03:07:52 +00:00
parent 8bf289d5fd
commit 38d9c42391
20 changed files with 109 additions and 707 deletions

View File

@@ -21,8 +21,7 @@
#ifndef __PROM_H__
#define __PROM_H__
extern void prom_init(void);
extern char *prom_getenv(char *name);
extern char *prom_getenv(char *name);
extern void prom_printf(char *fmt, ...);
#endif // __PROM_H__