nexus-am/am/include/navy.h

11 lines
112 B
C

#ifndef __ARCH_H__
#define __ARCH_H__
#include <unistd.h>
#include <sys/types.h>
struct _Context {
};
#endif