ASUS Socket 7 boards use W83877F for SuperIO.

This commit is contained in:
SarahW 2019-05-17 20:15:56 +01:00
commit 08b019eb85
3 changed files with 54 additions and 10 deletions

View file

@ -1 +1,2 @@
void w83877tf_init();
void w83877f_init(uint16_t base, uint8_t key);
void w83877tf_init(uint16_t base, uint8_t key);