File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / mpd / src / modem.h
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Mon Jul 22 08:44:29 2013 UTC (10 years, 11 months ago) by misho
Branches: mpd, MAIN
CVS tags: v5_9p16, v5_9, v5_8p7, v5_8p1_cross, v5_8p1, v5_8, v5_7p0, v5_7, v5_6, HEAD
5.7

    1: 
    2: /*
    3:  * modem.h
    4:  *
    5:  * Written by Archie Cobbs <archie@freebsd.org>
    6:  * Copyright (c) 1995-1999 Whistle Communications, Inc. All rights reserved.
    7:  * See ``COPYRIGHT.whistle''
    8:  */
    9: 
   10: #ifndef _MODEM_H_
   11: #define	_MODEM_H_
   12: 
   13: #include "command.h"
   14: #include "phys.h"
   15: 
   16: /*
   17:  * VARIABLES
   18:  */
   19: 
   20:   extern const struct cmdtab	ModemSetCmds[];
   21:   extern const struct phystype	gModemPhysType;
   22: 
   23: /*
   24:  * FUNCTIONS
   25:  */
   26: 
   27:   extern char		*ModemGetVar(Link l, const char *name);
   28: 
   29: #endif
   30: 

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