coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
smbus_def.h File Reference
#include <types.h>
Include dependency graph for smbus_def.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define SMBUS_ERROR   CB_ERR
 
#define SMBUS_WAIT_UNTIL_READY_TIMEOUT   CB_I2C_BUSY
 
#define SMBUS_WAIT_UNTIL_DONE_TIMEOUT   CB_I2C_TIMEOUT
 
#define SMBUS_WAIT_UNTIL_ACTIVE_TIMEOUT   CB_I2C_NO_DEVICE
 

Macro Definition Documentation

◆ SMBUS_ERROR

#define SMBUS_ERROR   CB_ERR

Definition at line 7 of file smbus_def.h.

◆ SMBUS_WAIT_UNTIL_ACTIVE_TIMEOUT

#define SMBUS_WAIT_UNTIL_ACTIVE_TIMEOUT   CB_I2C_NO_DEVICE

Definition at line 10 of file smbus_def.h.

◆ SMBUS_WAIT_UNTIL_DONE_TIMEOUT

#define SMBUS_WAIT_UNTIL_DONE_TIMEOUT   CB_I2C_TIMEOUT

Definition at line 9 of file smbus_def.h.

◆ SMBUS_WAIT_UNTIL_READY_TIMEOUT

#define SMBUS_WAIT_UNTIL_READY_TIMEOUT   CB_I2C_BUSY

Definition at line 8 of file smbus_def.h.