File:  [ELWIX - Embedded LightWeight unIX -] / embedtools / inc / global.h
Revision 1.2: download - view: text, annotated - select for diffs - revision graph
Wed Jun 8 12:45:40 2011 UTC (13 years ago) by misho
Branches: MAIN
CVS tags: tools1_1, TOOLS1_0, HEAD
new ver

/*************************************************************************
 * (C) 2009 AITNET - Sofia/Bulgaria - <office@aitbg.com>
 *  by Michael Pounov <misho@aitbg.com>
 *
 * $Author: misho $
 * $Id: global.h,v 1.2 2011/06/08 12:45:40 misho Exp $
 *
 *************************************************************************/
#ifndef __GLOBAL_H
#define __GLOBAL_H


#include <stdio.h>
#include <stdlib.h>
#include <stdarg.h>
#include <string.h>
#include <syslog.h>
#include <unistd.h>
#include <fcntl.h>
#include <errno.h>
#include <signal.h>
#include <pwd.h>
#include <time.h>
#include <netdb.h>
#include <poll.h>
#include <sched.h>
#include <assert.h>
#include <sys/types.h>
#include <sys/param.h>
#include <sys/limits.h>
#include <sys/mount.h>
#include <sys/time.h>
#include <sys/wait.h>
#include <sys/event.h>
#include <sys/stat.h>
#include <sys/socket.h>
#ifdef __FreeBSD__
#include <sys/linker.h>
#include <sys/module.h>
#endif
#include <sys/mman.h>
#include <sys/uio.h>
#include <net/if_arp.h>
#include <net/if.h>
#include <netinet/in.h>
#include <netinet/if_ether.h>
#include <arpa/inet.h>
#include <arpa/tftp.h>
#include <libgen.h>
#include <ifaddrs.h>
#include <sys/ioctl.h>
#include <sys/sysctl.h>
#include <net/if.h>
#include <net/if_dl.h>
#include <net/if_types.h>
#include <net/if_media.h>
#ifdef __FreeBSD__
#include <net/ethernet.h>
#endif
#include <net/route.h>
#include <net/if_vlan_var.h>
#ifdef __FreeBSD__
#include <ufs/ufs/ufsmount.h>
#include <net80211/ieee80211.h>
#include <net80211/ieee80211_freebsd.h>
#include <net80211/ieee80211_ioctl.h>
#endif
#include <openssl/md5.h>
#include <aitio.h>
#include <aitcfg.h>
#include <aitsync.h>
#include <aitcrc.h>

#include "config.h"

#include "defs.h"


#endif

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