lua: Adding PCI init
authorErwan Velu <erwanaliasr1@gmail.com>
Mon, 7 Feb 2011 21:33:34 +0000 (22:33 +0100)
committerErwan Velu <erwanaliasr1@gmail.com>
Mon, 7 Feb 2011 21:33:34 +0000 (22:33 +0100)
This removable was introduced by commit
bfcd7b7305c5465eb33acca86109ca96cb37403a

com32/lua/src/linit.c

index 74ca164..1b7527d 100644 (file)
@@ -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