generic.h 670 B

1234567891011121314151617181920212223
  1. /*
  2. * linux/include/asm-mips/txx9/generic.h
  3. *
  4. * This file is subject to the terms and conditions of the GNU General Public
  5. * License. See the file "COPYING" in the main directory of this archive
  6. * for more details.
  7. */
  8. #ifndef __ASM_TXX9_GENERIC_H
  9. #define __ASM_TXX9_GENERIC_H
  10. #include <linux/init.h>
  11. #include <linux/ioport.h> /* for struct resource */
  12. extern struct resource txx9_ce_res[];
  13. extern char txx9_pcode_str[8];
  14. void txx9_reg_res_init(unsigned int pcode, unsigned long base,
  15. unsigned long size);
  16. extern unsigned int txx9_master_clock;
  17. extern unsigned int txx9_cpu_clock;
  18. extern unsigned int txx9_gbus_clock;
  19. #endif /* __ASM_TXX9_GENERIC_H */