]> git.proxmox.com Git - mirror_edk2.git/blobdiff - AppPkg/Applications/Python/Python-2.7.10/Include/pgen.h
AppPkg/Applications/Python/Python-2.7.10: Initial Checkin part 1/5.
[mirror_edk2.git] / AppPkg / Applications / Python / Python-2.7.10 / Include / pgen.h
diff --git a/AppPkg/Applications/Python/Python-2.7.10/Include/pgen.h b/AppPkg/Applications/Python/Python-2.7.10/Include/pgen.h
new file mode 100644 (file)
index 0000000..af84852
--- /dev/null
@@ -0,0 +1,18 @@
+#ifndef Py_PGEN_H\r
+#define Py_PGEN_H\r
+#ifdef __cplusplus\r
+extern "C" {\r
+#endif\r
+\r
+\r
+/* Parser generator interface */\r
+\r
+extern grammar *meta_grammar(void);\r
+\r
+struct _node;\r
+extern grammar *pgen(struct _node *);\r
+\r
+#ifdef __cplusplus\r
+}\r
+#endif\r
+#endif /* !Py_PGEN_H */\r