aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-ppc64/iSeries/ItLpNaca.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-ppc64/iSeries/ItLpNaca.h')
-rw-r--r--include/asm-ppc64/iSeries/ItLpNaca.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/asm-ppc64/iSeries/ItLpNaca.h b/include/asm-ppc64/iSeries/ItLpNaca.h
index 942b07d91408..225d0176779d 100644
--- a/include/asm-ppc64/iSeries/ItLpNaca.h
+++ b/include/asm-ppc64/iSeries/ItLpNaca.h
@@ -19,6 +19,8 @@
19#ifndef _ITLPNACA_H 19#ifndef _ITLPNACA_H
20#define _ITLPNACA_H 20#define _ITLPNACA_H
21 21
22#include <linux/types.h>
23
22/* 24/*
23 * This control block contains the data that is shared between the 25 * This control block contains the data that is shared between the
24 * hypervisor (PLIC) and the OS. 26 * hypervisor (PLIC) and the OS.
@@ -73,4 +75,6 @@ struct ItLpNaca {
73 u64 xInterruptHdlr[32]; // Interrupt handlers 300-x3FF 75 u64 xInterruptHdlr[32]; // Interrupt handlers 300-x3FF
74}; 76};
75 77
78extern struct ItLpNaca itLpNaca;
79
76#endif /* _ITLPNACA_H */ 80#endif /* _ITLPNACA_H */