Add start of ACPI code. Does not actually parse yet tho.
authorChristopher Michael <cpmichael1@comcast.net>
Sun, 16 May 2010 05:26:29 +0000 (05:26 +0000)
committerChristopher Michael <cpmichael1@comcast.net>
Sun, 16 May 2010 05:26:29 +0000 (05:26 +0000)
commit903caca63bc47798f0148058b8ce69786e416938
treefe9c8085e8a85ce98a196486870879c805fb79d0
parentc011256d5cb27fe12be38856c552d64b9304d962
Add start of ACPI code. Does not actually parse yet tho.
Add e_acpi_init to startup (it safely returns if acpid is not running).
Fix some formatting in e_main.

SVN revision: 48910
src/bin/Makefile.am
src/bin/e_acpi.c [new file with mode: 0644]
src/bin/e_acpi.h [new file with mode: 0644]
src/bin/e_includes.h
src/bin/e_main.c