GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / arch / powerpc / platforms / 85xx / corenet_ds.h
blobddd700b23031e62f79bb395ce67f11f55a33c42f
1 /*
2 * Corenet based SoC DS Setup
4 * Copyright 2009 Freescale Semiconductor Inc.
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.
12 #ifndef CORENET_DS_H
13 #define CORENET_DS_H
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);
19 #endif