dect
/
dectmon
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
dectmon/include/raw.h

13 lines
185 B
C

#ifndef _DECTMON_RAW_H
#define _DECTMON_RAW_H
struct dect_raw_frame_hdr {
uint8_t len;
uint8_t slot;
uint8_t frame;
uint8_t pad;
uint32_t mfn;
};
#endif /* _DECTMON_RAW_H */