X-Git-Url: https://git.archive.openwrt.org/?p=openwrt.git;a=blobdiff_plain;f=target%2Flinux%2Fadm5120%2Ffiles-3.18%2Farch%2Fmips%2Fadm5120%2Fcellvision%2Fcellvision.h;fp=target%2Flinux%2Fadm5120%2Ffiles-3.18%2Farch%2Fmips%2Fadm5120%2Fcellvision%2Fcellvision.h;h=2b55ebf7614752fcd906aed1c741c962e0abcf7b;hp=0000000000000000000000000000000000000000;hb=45490b156ed7f2296b344900348a3616d7af8b98;hpb=9db6c5c8b3a20e2d28e7a269536e361accf403ce diff --git a/target/linux/adm5120/files-3.18/arch/mips/adm5120/cellvision/cellvision.h b/target/linux/adm5120/files-3.18/arch/mips/adm5120/cellvision/cellvision.h new file mode 100644 index 0000000000..2b55ebf761 --- /dev/null +++ b/target/linux/adm5120/files-3.18/arch/mips/adm5120/cellvision/cellvision.h @@ -0,0 +1,28 @@ +/* + * Cellvision/SparkLAN boards + * + * Copyright (C) 2007-2008 Gabor Juhos + * + * This program is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License version 2 as published + * by the Free Software Foundation. + * + */ + +#include +#include +#include +#include +#include + +#include + +#include +#include + +extern void cellvision_mac_setup(void) __init; + +extern void cas6xx_flash_setup(void) __init; +extern void cas7xx_flash_setup(void) __init; +extern void cas6xx_setup(void) __init; +extern void cas7xx_setup(void) __init;