summaryrefslogtreecommitdiffhomepage
path: root/include/u16ports/u16ports.h
blob: fbce171129463963cc86a6333eb5cd09fd8665cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#ifndef U16PORTS_H
#define U16PORTS_H

#include <stdint.h>
#include <unistd.h>
#include <sys/types.h>

#include "u16ports_api.h"

#ifdef __cplusplus
extern "C" {
#endif

#ifdef __cplusplus
}
#endif

#endif