aboutsummaryrefslogtreecommitdiff
path: root/src/pdesc.h
blob: fbd9c7c5fa149968cb4a932ec67ac46f4604ab21 (plain)
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