File:  [ELWIX - Embedded LightWeight unIX -] / embedtools / inc / global.h
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Thu Nov 12 10:35:55 2009 UTC (14 years, 7 months ago) by misho
Branches: start
CVS tags: tools1_0, misho
Embbeded tools for AITBSD

    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 2009/11/12 10:35:55 misho Exp $
    7:  *
    8:  *************************************************************************/
    9: #ifndef __GLOBAL_H
   10: #define __GLOBAL_H
   11: 
   12: 
   13: #include <stdio.h>
   14: #include <stdlib.h>
   15: #include <string.h>
   16: #include <unistd.h>
   17: #include <fcntl.h>
   18: #include <errno.h>
   19: #include <signal.h>
   20: #include <pwd.h>
   21: #include <sys/types.h>
   22: #include <sys/param.h>
   23: #include <sys/mount.h>
   24: #include <sys/time.h>
   25: #include <sys/wait.h>
   26: #include <sys/event.h>
   27: #include <ufs/ufs/ufsmount.h>
   28: #include <aitcfg.h>
   29: 
   30: #include "defs.h"
   31: 
   32: 
   33: #endif

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