add compiler abstraction header

pull/4/head
Hans-Erik Floryd 2015-05-20 13:13:54 +02:00
parent 134d2eb20b
commit b133bc7f97
2 changed files with 4 additions and 0 deletions

View File

@ -34,6 +34,8 @@
#ifndef __esc_coe__
#define __esc_coe__
#include <cc.h>
typedef struct CC_PACKED
{
uint16 subindex;

View File

@ -36,6 +36,8 @@
#ifndef __esc_foe__
#define __esc_foe__
#include <cc.h>
/** Maximum number of characters allowed in a file name. */
#define FOE_FN_MAX 15