Initial commit of OpenSPARC T2 design and verification files.
[OpenSPARC-T2-DV] / tools / src / nas,5.n2.os.2 / lib / python / include / python2.4 / intrcheck.h
CommitLineData
86530b38
AT
1#ifndef Py_INTRCHECK_H
2#define Py_INTRCHECK_H
3#ifdef __cplusplus
4extern "C" {
5#endif
6
7PyAPI_FUNC(int) PyOS_InterruptOccurred(void);
8PyAPI_FUNC(void) PyOS_InitInterrupts(void);
9PyAPI_FUNC(void) PyOS_AfterFork(void);
10
11#ifdef __cplusplus
12}
13#endif
14#endif /* !Py_INTRCHECK_H */