Move i2c support to common

This commit is contained in:
Jeremy Soller
2019-11-13 14:33:04 -07:00
parent 894e448dfc
commit 890d8e9968
9 changed files with 215 additions and 152 deletions

View File

@ -1,8 +1,6 @@
#ifndef _BOARD_I2C_H
#define _BOARD_I2C_H
#include <arch/i2c.h>
void i2c_init(unsigned long baud);
#endif // _BOARD_I2C_H