Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ed3269a3 authored by Len Brown's avatar Len Brown
Browse files

Pull ec into test branch

parents d7321ad2 ab9e43c6
Loading
Loading
Loading
Loading
+293 −803

File changed.

Preview size limit exceeded, changes collapsed.

+3 −0
Original line number Original line Diff line number Diff line
@@ -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_read(u8 addr, u8 *val);
extern int ec_write(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*/
#endif /*CONFIG_ACPI_EC*/