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

Fix divisor calculation and configuration from previous commit, thanks sn9

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12454 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian
2008-09-01 11:49:57 +00:00
parent 29c4ca9a9f
commit 89b8dc025e
5 changed files with 22 additions and 44 deletions

View File

@@ -19,8 +19,8 @@
#ifndef __PROM_H__
#define __PROM_H__
extern char *prom_getenv(char *name);
extern void prom_printf(char *fmt, ...);
extern char *prom_getenv(const char *name);
extern void prom_printf(const char *fmt, ...) __attribute__((format(printf, 1, 2)));
extern void prom_meminit(void);
#endif /* __PROM_H__ */