Blame view

kernel/linux-imx6_3.14.28/arch/powerpc/sysdev/mv64x60.h 273 Bytes
6b13f685e   김민수   BSP 최초 추가
1
2
3
4
5
6
7
8
9
10
11
12
  #ifndef __MV64X60_H__
  #define __MV64X60_H__
  
  #include <linux/init.h>
  
  extern void __init mv64x60_init_irq(void);
  extern unsigned int mv64x60_get_irq(void);
  
  extern void __init mv64x60_pci_init(void);
  extern void __init mv64x60_init_early(void);
  
  #endif /* __MV64X60_H__ */