File:  [ELWIX - Embedded LightWeight unIX -] / fwmaker / inc / global.h
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Sun Jan 4 18:08:18 2026 UTC (13 days, 10 hours ago) by misho
Branches: MAIN
CVS tags: HEAD
Initial revision

#ifndef __GLOBAL_H
#define __GLOBAL_H


#include "config.h"

#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <fcntl.h>
#include <errno.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <elwix.h>
#include <aitcli.h>

#include "defs.h"


#endif

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>