Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
[sfrench/cifs-2.6.git] / arch / powerpc / platforms / 85xx / corenet_ds.h
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