Revision 0d09e41a hw/smbus.c

b/hw/smbus.c
10 10
/* TODO: Implement PEC.  */
11 11

  
12 12
#include "hw/hw.h"
13
#include "hw/i2c.h"
14
#include "hw/smbus.h"
13
#include "hw/i2c/i2c.h"
14
#include "hw/i2c/smbus.h"
15 15

  
16 16
//#define DEBUG_SMBUS 1
17 17

  

Also available in: Unified diff