4 * Generic prom definitions
6 * Copyright (C) 2006,2007 Gabor Juhos <juhosg at openwrt.org>
7 * Copyright (C) 2007 OpenWrt.org
9 * This program is free software; you can redistribute it and/or modify it
10 * under the terms of the GNU General Public License version 2 as published
11 * by the Free Software Foundation.
15 #ifndef _PROM_GENERIC_H_
16 #define _PROM_GENERIC_H_
18 extern int generic_prom_present(void) __init
;
19 extern char *generic_prom_getenv(char *);
21 #endif /*_PROM_GENERIC_H_*/
This page took 0.052351 seconds and 5 git commands to generate.