2 * Compex's MyLoader specific definitions
4 * Copyright (C) 2006-2008 Gabor Juhos <juhosg@openwrt.org>
6 * This program is free software; you can redistribute it and/or modify it
7 * under the terms of the GNU General Public License version 2 as published
8 * by the Free Software Foundation.
12 #ifndef _ASM_MIPS_FW_MYLOADER_H
13 #define _ASM_MIPS_FW_MYLOADER_H
15 #include <linux/myloader.h>
17 struct myloader_info
{
22 uint8_t macs
[MYLO_ETHADDR_COUNT
][6];
25 #ifdef CONFIG_MYLOADER
26 extern struct myloader_info
*myloader_get_info(void) __init
;
28 static inline struct myloader_info
*myloader_get_info(void)
32 #endif /* CONFIG_MYLOADER */
34 #endif /* _ASM_MIPS_FW_MYLOADER_H */
This page took 0.049846 seconds and 5 git commands to generate.