GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / arch / um / include / asm / pda.h
blob60dffc73a1dfce685facde1b127818ad8a611f9f
1 /*
2 * Copyright 2003 PathScale, Inc.
4 * Licensed under the GPL
5 */
7 #ifndef __UM_PDA_X86_64_H
8 #define __UM_PDA_X86_64_H
10 struct foo {
11 unsigned int __softirq_pending;
12 unsigned int __nmi_count;
15 extern struct foo me;
17 #define read_pda(me) (&me)
19 #endif