efika.h 428 B

12345678910111213141516171819
  1. /*
  2. * Efika 5K2 platform setup - Header file
  3. *
  4. * Copyright (C) 2006 bplan GmbH
  5. *
  6. * This file is licensed under the terms of the GNU General Public License
  7. * version 2. This program is licensed "as is" without any warranty of any
  8. * kind, whether express or implied.
  9. *
  10. */
  11. #ifndef __ARCH_POWERPC_EFIKA__
  12. #define __ARCH_POWERPC_EFIKA__
  13. #define EFIKA_PLATFORM_NAME "Efika"
  14. extern void __init efika_pcisetup(void);
  15. #endif