corenet_ds.h 478 B

1234567891011121314151617181920
  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. #ifndef CORENET_DS_H
  12. #define CORENET_DS_H
  13. extern void __init corenet_ds_pic_init(void);
  14. extern void __init corenet_ds_setup_arch(void);
  15. extern int __init corenet_ds_publish_devices(void);
  16. #endif