prom.h (cd93b4895ea51dcd15c96801aa21e71f793e3af3) prom.h (a0392222d9a374588803454c4d2211108c64d4e4)
1/*
2 * This program is free software; you can redistribute it and/or modify it
3 * under the terms of the GNU General Public License version 2 as published
4 * by the Free Software Foundation.
5 *
6 * Copyright (C) 2010 John Crispin <blogic@openwrt.org>
7 */
8

--- 12 unchanged lines hidden (view full) ---

21 unsigned int type;
22 unsigned char sys_type[LTQ_SYS_TYPE_LEN];
23 unsigned char *compatible;
24};
25
26extern void ltq_soc_detect(struct ltq_soc_info *i);
27extern void ltq_soc_init(void);
28
1/*
2 * This program is free software; you can redistribute it and/or modify it
3 * under the terms of the GNU General Public License version 2 as published
4 * by the Free Software Foundation.
5 *
6 * Copyright (C) 2010 John Crispin <blogic@openwrt.org>
7 */
8

--- 12 unchanged lines hidden (view full) ---

21 unsigned int type;
22 unsigned char sys_type[LTQ_SYS_TYPE_LEN];
23 unsigned char *compatible;
24};
25
26extern void ltq_soc_detect(struct ltq_soc_info *i);
27extern void ltq_soc_init(void);
28
29extern struct boot_param_header __dtb_start;
30
29#endif
31#endif