Skip to content

Commit

Permalink
lua: Adding PCI init
Browse files Browse the repository at this point in the history
This removable was introduced by commit
bfcd7b7
  • Loading branch information
ErwanAliasr1 committed Feb 7, 2011
1 parent 160d4b2 commit c030de4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions com32/lua/src/linit.c
Expand Up @@ -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
Expand Down

0 comments on commit c030de4

Please sign in to comment.