]> git.proxmox.com Git - mirror_edk2.git/blame - AppPkg/Applications/Python/Python-2.7.2/Include/intrcheck.h
EmbeddedPkg: Extend NvVarStoreFormattedLib LIBRARY_CLASS
[mirror_edk2.git] / AppPkg / Applications / Python / Python-2.7.2 / Include / intrcheck.h
CommitLineData
4710c53d 1\r
2#ifndef Py_INTRCHECK_H\r
3#define Py_INTRCHECK_H\r
4#ifdef __cplusplus\r
5extern "C" {\r
6#endif\r
7\r
8PyAPI_FUNC(int) PyOS_InterruptOccurred(void);\r
9PyAPI_FUNC(void) PyOS_InitInterrupts(void);\r
10PyAPI_FUNC(void) PyOS_AfterFork(void);\r
11\r
12#ifdef __cplusplus\r
13}\r
14#endif\r
15#endif /* !Py_INTRCHECK_H */\r