]> git.proxmox.com Git - mirror_edk2.git/blob - AppPkg/Applications/Python/Python-2.7.2/Include/enumobject.h
EmbeddedPkg: Extend NvVarStoreFormattedLib LIBRARY_CLASS
[mirror_edk2.git] / AppPkg / Applications / Python / Python-2.7.2 / Include / enumobject.h
1 #ifndef Py_ENUMOBJECT_H
2 #define Py_ENUMOBJECT_H
3
4 /* Enumerate Object */
5
6 #ifdef __cplusplus
7 extern "C" {
8 #endif
9
10 PyAPI_DATA(PyTypeObject) PyEnum_Type;
11 PyAPI_DATA(PyTypeObject) PyReversed_Type;
12
13 #ifdef __cplusplus
14 }
15 #endif
16
17 #endif /* !Py_ENUMOBJECT_H */