1 /* 2 * Corenet based SoC DS Setup 3 * 4 * Copyright 2009 Freescale Semiconductor Inc. 5 * 6 * This program is free software; you can redistribute it and/or modify 7 * it under the terms of the GNU General Public License version 2 as 8 * published by the Free Software Foundation. 9 * 10 */ 11 12 #ifndef CORENET_DS_H 13 #define CORENET_DS_H 14 15 extern void __init corenet_ds_pic_init(void); 16 extern void __init corenet_ds_setup_arch(void); 17 extern int __init corenet_ds_publish_devices(void); 18 19 #endif 20