AMPS: Add option to use the BUSY/IDLE bit on FOCC
This commit is contained in:
@@ -108,7 +108,7 @@ typedef struct system_information {
|
||||
int count; /* count message train */
|
||||
} amps_si;
|
||||
|
||||
void init_sysinfo(amps_si *si, int cmac, int vmac, int dcc, int sid1, int regh, int regr, int pureg, int pdreg, int locaid, int regincr);
|
||||
void init_sysinfo(amps_si *si, int cmac, int vmac, int dcc, int sid1, int regh, int regr, int pureg, int pdreg, int locaid, int regincr, int bis);
|
||||
void prepare_sysinfo(amps_si *si);
|
||||
uint64_t get_sysinfo(amps_si *si);
|
||||
|
||||
|
Reference in New Issue
Block a user