Pull ec into test branch

This commit is contained in:
Len Brown 2006-10-14 02:26:10 -04:00
commit ed3269a31b
2 changed files with 302 additions and 809 deletions

File diff suppressed because it is too large Load Diff

View File

@ -494,6 +494,9 @@ void acpi_pci_unregister_driver(struct acpi_pci_driver *driver);
extern int ec_read(u8 addr, u8 *val);
extern int ec_write(u8 addr, u8 val);
extern int ec_transaction(u8 command,
const u8 *wdata, unsigned wdata_len,
u8 *rdata, unsigned rdata_len);
#endif /*CONFIG_ACPI_EC*/