aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-powerpc/iseries/it_lp_queue.h
diff options
context:
space:
mode:
authorKelly Daly <kelly@au.ibm.com>2005-11-01 23:53:01 -0500
committerKelly Daly <kelly@au.ibm.com>2005-11-01 23:53:01 -0500
commitecb3ca2783d6e54d30dbf70a42fe995c27eeb212 (patch)
treea7ba5728afd866a88b8be2cd21602d01b449a1c0 /include/asm-powerpc/iseries/it_lp_queue.h
parent10e8805716698596f5b6445d76bbb7ed1adb7295 (diff)
modify defines according to _ASM_POWERPC_ISERIES_
Signed-off-by: Kelly Daly <kelly@au.ibm.com>
Diffstat (limited to 'include/asm-powerpc/iseries/it_lp_queue.h')
-rw-r--r--include/asm-powerpc/iseries/it_lp_queue.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/asm-powerpc/iseries/it_lp_queue.h b/include/asm-powerpc/iseries/it_lp_queue.h
index 69b26ad74135..a60d03afbf95 100644
--- a/include/asm-powerpc/iseries/it_lp_queue.h
+++ b/include/asm-powerpc/iseries/it_lp_queue.h
@@ -16,8 +16,8 @@
16 * along with this program; if not, write to the Free Software 16 * along with this program; if not, write to the Free Software
17 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 17 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
18 */ 18 */
19#ifndef _ITLPQUEUE_H 19#ifndef _ASM_POWERPC_ISERIES_IT_LP_QUEUE_H
20#define _ITLPQUEUE_H 20#define _ASM_POWERPC_ISERIES_IT_LP_QUEUE_H
21 21
22/* 22/*
23 * This control block defines the simple LP queue structure that is 23 * This control block defines the simple LP queue structure that is
@@ -78,4 +78,4 @@ extern int hvlpevent_is_pending(void);
78extern void process_hvlpevents(struct pt_regs *); 78extern void process_hvlpevents(struct pt_regs *);
79extern void setup_hvlpevent_queue(void); 79extern void setup_hvlpevent_queue(void);
80 80
81#endif /* _ITLPQUEUE_H */ 81#endif /* _ASM_POWERPC_ISERIES_IT_LP_QUEUE_H */