Last change
on this file since 559 was 354, checked in by stevenhl, 17 years ago |
Import untested baseline cmedia sources, work products and binaries
Binaries and work products should be deleted from repository.
once new builds are verified to work.
|
File size:
512 bytes
|
Line | |
---|
1 | /* $Id: signal.h,v 1.1 2000/04/23 14:55:33 ktk Exp $ */
|
---|
2 |
|
---|
3 | #ifndef _LINUX_SIGNAL_H
|
---|
4 | #define _LINUX_SIGNAL_H
|
---|
5 |
|
---|
6 | #define signal_pending(p) 0
|
---|
7 |
|
---|
8 | #ifdef __KERNEL__
|
---|
9 |
|
---|
10 | /*
|
---|
11 | * These values of sa_flags are used only by the kernel as part of the
|
---|
12 | * irq handling routines.
|
---|
13 | *
|
---|
14 | * SA_INTERRUPT is also used by the irq handling routines.
|
---|
15 | * SA_SHIRQ is for shared interrupt support on PCI and EISA.
|
---|
16 | */
|
---|
17 | #define SA_PROBE SA_ONESHOT
|
---|
18 | #define SA_SAMPLE_RANDOM SA_RESTART
|
---|
19 | #define SA_SHIRQ 0x04000000
|
---|
20 | #endif
|
---|
21 |
|
---|
22 | #endif
|
---|
Note:
See
TracBrowser
for help on using the repository browser.