UbixOS V2
2.0
cc.h
Go to the documentation of this file.
1
#ifndef __ARCH_CC_H__
2
#define __ARCH_CC_H__
3
4
#include <
ubixos/time.h
>
5
6
#define PACK_STRUCT_FIELD(x) x __attribute__((packed))
7
#define PACK_STRUCT_STRUCT __attribute__((packed))
8
#define PACK_STRUCT_BEGIN
9
#define PACK_STRUCT_END
10
11
#define LWIP_ERR_T int
12
/*
13
#ifdef LWIP_ERR_T
14
typedef uint8_t err_t;
15
#endif
16
*/
17
18
#endif
time.h
C:
Dev
git
UbixOS
sys
include
net
arch
cc.h
Generated by
1.8.16