File:  [ELWIX - Embedded LightWeight unIX -] / embedtools / inc / global.h
Revision 1.1.1.1.2.6: download - view: text, annotated - select for diffs - revision graph
Fri Dec 18 14:12:24 2009 UTC (14 years, 6 months ago) by misho
Branches: tools1_0
Diff to: branchpoint 1.1.1.1: preferred, unified
add new prog

    1: /*************************************************************************
    2:  * (C) 2009 AITNET - Sofia/Bulgaria - <office@aitbg.com>
    3:  *  by Michael Pounov <misho@aitbg.com>
    4:  *
    5:  * $Author: misho $
    6:  * $Id: global.h,v 1.1.1.1.2.6 2009/12/18 14:12:24 misho Exp $
    7:  *
    8:  *************************************************************************/
    9: #ifndef __GLOBAL_H
   10: #define __GLOBAL_H
   11: 
   12: 
   13: #include <stdio.h>
   14: #include <stdlib.h>
   15: #include <stdarg.h>
   16: #include <string.h>
   17: #include <syslog.h>
   18: #include <unistd.h>
   19: #include <fcntl.h>
   20: #include <errno.h>
   21: #include <signal.h>
   22: #include <pwd.h>
   23: #include <netdb.h>
   24: #include <sys/types.h>
   25: #include <sys/param.h>
   26: #include <sys/mount.h>
   27: #include <sys/time.h>
   28: #include <sys/wait.h>
   29: #include <sys/event.h>
   30: #include <sys/stat.h>
   31: #include <sys/socket.h>
   32: #include <netinet/in.h>
   33: #include <arpa/inet.h>
   34: #include <arpa/tftp.h>
   35: #include <libgen.h>
   36: #include <ifaddrs.h>
   37: #include <net/if.h>
   38: #include <net/if_dl.h>
   39: #include <net/if_types.h>
   40: #include <net/ethernet.h>
   41: #include <ufs/ufs/ufsmount.h>
   42: #include <sys/ioctl.h>
   43: #include <net80211/ieee80211_ioctl.h>
   44: #include <aitcfg.h>
   45: 
   46: #include "defs.h"
   47: 
   48: 
   49: #endif

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