15 lines
348 B
C
15 lines
348 B
C
#ifndef _VAR_EXT_H_
|
|
#define _VAR_EXT_H_
|
|
|
|
#include "define.h"
|
|
#include "biccif.h"
|
|
#include "inc.h"
|
|
|
|
|
|
extern u8 Bicc_Version[4];
|
|
extern BiccData_struct Bicc_Data;
|
|
extern BiccTimer_struct Timer_Data;
|
|
extern BiccReadPrim_union readPrim_union[BICC_MAX_PORT];
|
|
extern BiccWritePrim_union writePrim_union[BICC_MAX_PORT];
|
|
#endif
|