pcic.h (1102c660dd35725a11c7ca9365c237f2f42f6b30) pcic.h (cfe3af5dde34a019c1bd2485b1dc0f2d7a326ccd)
1/*
2 * pcic.h: JavaEngine 1 specific PCI definitions.
3 *
4 * Copyright (C) 1998 V. Roganov and G. Raiko
5 */
6
7#ifndef __SPARC_PCIC_H
8#define __SPARC_PCIC_H

--- 15 unchanged lines hidden (view full) ---

24 struct resource pcic_res_io;
25 struct resource pcic_res_cfg_addr;
26 struct resource pcic_res_cfg_data;
27 struct linux_pbm_info pbm;
28 struct pcic_ca2irq *pcic_imap;
29 int pcic_imdim;
30};
31
1/*
2 * pcic.h: JavaEngine 1 specific PCI definitions.
3 *
4 * Copyright (C) 1998 V. Roganov and G. Raiko
5 */
6
7#ifndef __SPARC_PCIC_H
8#define __SPARC_PCIC_H

--- 15 unchanged lines hidden (view full) ---

24 struct resource pcic_res_io;
25 struct resource pcic_res_cfg_addr;
26 struct resource pcic_res_cfg_data;
27 struct linux_pbm_info pbm;
28 struct pcic_ca2irq *pcic_imap;
29 int pcic_imdim;
30};
31
32#ifdef CONFIG_PCI
32#ifdef CONFIG_PCIC_PCI
33extern int pcic_present(void);
34extern int pcic_probe(void);
35extern void pci_time_init(void);
36extern void sun4m_pci_init_IRQ(void);
37#else
38static inline int pcic_present(void) { return 0; }
39static inline int pcic_probe(void) { return 0; }
40static inline void pci_time_init(void) {}

--- 89 unchanged lines hidden ---
33extern int pcic_present(void);
34extern int pcic_probe(void);
35extern void pci_time_init(void);
36extern void sun4m_pci_init_IRQ(void);
37#else
38static inline int pcic_present(void) { return 0; }
39static inline int pcic_probe(void) { return 0; }
40static inline void pci_time_init(void) {}

--- 89 unchanged lines hidden ---