File:  [ELWIX - Embedded LightWeight unIX -] / libaitpelco / inc / global.h
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Fri Jan 22 00:57:31 2010 UTC (14 years, 5 months ago) by misho
Branches: start
CVS tags: pelco1_0, misho
libaitpelco Pelco-D/P protocol

    1: /*************************************************************************
    2: * (C) 2010 AITNET ltd - Sofia/Bulgaria - <misho@aitbg.com>
    3: *  by Michael Pounov <misho@openbsd-bg.org>
    4: *
    5: * $Author: misho $
    6: * $Id: global.h,v 1.1.1.1 2010/01/22 00:57:31 misho Exp $
    7: *
    8: *************************************************************************/
    9: #ifndef __GLOBAL_H
   10: #define __GLOBAL_H
   11: 
   12: 
   13: #include "config.h"
   14: 
   15: #include <stdio.h>
   16: #include <stdlib.h>
   17: #include <stdarg.h>
   18: #include <string.h>
   19: #include <errno.h>
   20: #include <assert.h>
   21: #include <sys/types.h>
   22: #include <aitcrc.h>
   23: 
   24: #include "aitpelco.h"
   25: #include "defs.h"
   26: 
   27: 
   28: #endif

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