symbian-qemu-0.9.1-12/python-2.6.1/Include/intrcheck.h
author Jani Hyvonen<jani.hyvonen@nokia.com>
Fri, 03 Sep 2010 13:37:52 +0300
branchgraphics-phase-3
changeset 98 542d4bc8b7ca
parent 1 2fb8b9db1c86
permissions -rw-r--r--
bug235_bringup_0 - simplified syborg graphicsdevice and updated towards better linux support


#ifndef Py_INTRCHECK_H
#define Py_INTRCHECK_H
#ifdef __cplusplus
extern "C" {
#endif

PyAPI_FUNC(int) PyOS_InterruptOccurred(void);
PyAPI_FUNC(void) PyOS_InitInterrupts(void);
PyAPI_FUNC(void) PyOS_AfterFork(void);

#ifdef __cplusplus
}
#endif
#endif /* !Py_INTRCHECK_H */