summaryrefslogtreecommitdiff
path: root/ports/posix/src/port.h
blob: 01d1fb1f5bf4cce1ca4bc11a17c407d6c0bd99ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/**
 *
 * @brief Port specific includes go in this file 
 *
*/

#ifndef __PORT_H
#define __PORT_H

#include <pthread.h>
#include <mqueue.h>
#include <stdint.h>
#include <errno.h>

#endif