summaryrefslogtreecommitdiff
path: root/com32/lua
diff options
context:
space:
mode:
authorErwan Velu <erwanaliasr1@gmail.com>2011-02-07 22:33:34 +0100
committerErwan Velu <erwanaliasr1@gmail.com>2011-02-07 22:33:34 +0100
commitc030de4a10babd0b7f297ed952678676838927d4 (patch)
tree02f1655901ca4d9b7923816d6f18ad205142b4ef /com32/lua
parent160d4b2fc17872042403699544c640b816a566e8 (diff)
downloadsyslinux-c030de4a10babd0b7f297ed952678676838927d4.tar.gz
lua: Adding PCI init
This removable was introduced by commit bfcd7b7305c5465eb33acca86109ca96cb37403a
Diffstat (limited to 'com32/lua')
-rw-r--r--com32/lua/src/linit.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/com32/lua/src/linit.c b/com32/lua/src/linit.c
index 74ca1646..1b7527d0 100644
--- a/com32/lua/src/linit.c
+++ b/com32/lua/src/linit.c
@@ -29,6 +29,7 @@ static const luaL_Reg lualibs[] = {
{LUA_DBLIBNAME, luaopen_debug},
#ifdef SYSLINUX
{LUA_DMILIBNAME, luaopen_dmi},
+ {LUA_PCILIBNAME, luaopen_pci},
{LUA_SYSLINUXLIBNAME, luaopen_syslinux},
{LUA_VESALIBNAME, luaopen_vesa},
#endif