Fix IP22 timer calibration.
[linux-2.6/linux-mips.git] / include / asm-um / signal.h
blob211d1e8a81790be15748faf1df1d005ab691b263
1 /*
2 * Copyright (C) 2002 Jeff Dike (jdike@karaya.com)
3 * Licensed under the GPL
4 */
6 #ifndef __UM_SIGNAL_H
7 #define __UM_SIGNAL_H
9 /* Need to kill the do_signal() declaration in the i386 signal.h */
11 #define do_signal do_signal_renamed
12 #include "asm/arch/signal.h"
13 #undef do_signal
15 #endif
18 * Overrides for Emacs so that we follow Linus's tabbing style.
19 * Emacs will notice this stuff at the end of the file and automatically
20 * adjust the settings for this buffer only. This must remain at the end
21 * of the file.
22 * ---------------------------------------------------------------------------
23 * Local variables:
24 * c-file-style: "linux"
25 * End: