netdevice.h: fix kernel-doc warning
[linux-2.6/btrfs-unstable.git] / arch / mips / include / asm / extable.h
blobdce7a627a9257694795e1e20c74e8800ffbbcdef
1 #ifndef _ASM_EXTABLE_H
2 #define _ASM_EXTABLE_H
4 struct exception_table_entry
6 unsigned long insn;
7 unsigned long nextinsn;
8 };
10 struct pt_regs;
11 extern int fixup_exception(struct pt_regs *regs);
13 #endif