Merged changes from Martin Troxler.

This commit is contained in:
Florian Pose
2009-12-14 13:11:36 +01:00
12 changed files with 5533 additions and 19 deletions
+1
View File
@@ -219,6 +219,7 @@ typedef struct {
typedef struct {
unsigned int slave_count; /**< Number of slaves in the bus. */
unsigned int link_up : 1; /**< \a true, if the network link is up. */
uint8_t scan_busy; /**< \a true, while the master is scanning the bus */
uint64_t app_time; /**< Application time. */
} ec_master_info_t;