#ifndef _INQ_H_ | |
#define _INQ_H_ | |
#define INQ_HOST_GP (INQ_BASE_ADDR + 0x00) /* FIXME what are these for ? */ | |
#define INQ_UPE_GP (INQ_BASE_ADDR + 0x04) /* FIXME what are these for ? */ | |
#define INQ_QB_PKTPTR (INQ_BASE_ADDR + 0x08) | |
#define INQ_FIFO_CNT (INQ_BASE_ADDR + 0x0c) | |
#endif /* _INQ_H_ */ |