Revision 270
Added by markw almost 11 years ago
hub.h | ||
---|---|---|
#ifndef HUB_H
|
||
#define HUB_H
|
||
|
||
#include <stdbool.h>
|
||
#include <inttypes.h>
|
||
//#include <stdbool.h>
|
||
//#include <inttypes.h>
|
||
#include <common/integer.h>
|
||
|
||
typedef struct {
|
||
uint8_t bNbrPorts; // number of ports
|
Also available in: Unified diff
Fixes to make this build into ZPU firmware