patch-2.1.97 linux/include/asm-ppc/prom.h
Next file: linux/include/asm-ppc/ptrace.h
Previous file: linux/include/asm-ppc/processor.h
Back to the patch index
Back to the overall index
- Lines: 21
- Date:
Tue Apr 14 17:34:00 1998
- Orig file:
v2.1.96/linux/include/asm-ppc/prom.h
- Orig date:
Mon Feb 23 18:12:11 1998
diff -u --recursive --new-file v2.1.96/linux/include/asm-ppc/prom.h linux/include/asm-ppc/prom.h
@@ -20,6 +20,11 @@
unsigned int size;
};
+struct interrupt_info {
+ int line;
+ int sense; /* +ve/-ve logic, edge or level, etc. */
+};
+
struct reg_property {
unsigned int address;
unsigned int size;
@@ -46,7 +51,7 @@
int n_addrs;
struct address_range *addrs;
int n_intrs;
- int *intrs;
+ struct interrupt_info *intrs;
char *full_name;
struct property *properties;
struct device_node *parent;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov