summaryrefslogtreecommitdiff
path: root/com32/lua/src/lualib.h
diff options
context:
space:
mode:
authorMarcel Ritter <unrzl1@linux.rrze.uni-erlangen.de>2008-12-15 15:41:18 +0100
committerMarcel Ritter <unrzl1@linux.rrze.uni-erlangen.de>2008-12-15 15:41:18 +0100
commitc70f91446e978a8ea113b00de33d8d862d5d0d58 (patch)
treee11225c39ff5eede36bfb1180b1f6b54c39c6ee7 /com32/lua/src/lualib.h
parentf06f55139583f1d0022e78805df6d23fa72ae7d0 (diff)
downloadsyslinux-c70f91446e978a8ea113b00de33d8d862d5d0d58.tar.gz
COM32: lua - basic pci functions implemented
Diffstat (limited to 'com32/lua/src/lualib.h')
-rw-r--r--com32/lua/src/lualib.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/com32/lua/src/lualib.h b/com32/lua/src/lualib.h
index 8e220ef1..3f53b105 100644
--- a/com32/lua/src/lualib.h
+++ b/com32/lua/src/lualib.h
@@ -33,6 +33,9 @@ LUALIB_API int (luaopen_string) (lua_State *L);
#define LUA_MATHLIBNAME "math"
LUALIB_API int (luaopen_math) (lua_State *L);
+#define LUA_PCILIBNAME "pci"
+LUALIB_API int (luaopen_pci) (lua_State *L);
+
#define LUA_DBLIBNAME "debug"
LUALIB_API int (luaopen_debug) (lua_State *L);