1 2 3 4 5 6 7 8 9 10 11 12
#ifndef PDESC_H #define PDESC_H #include <stdint.h> struct pdesc { uint16_t identifier; uint16_t sequence; }; #endif