File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / mpd / src / modem.h
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Tue Feb 21 23:32:47 2012 UTC (12 years, 5 months ago) by misho
CVS tags: MAIN, HEAD
Initial revision


/*
 * modem.h
 *
 * Written by Archie Cobbs <archie@freebsd.org>
 * Copyright (c) 1995-1999 Whistle Communications, Inc. All rights reserved.
 * See ``COPYRIGHT.whistle''
 */

#ifndef _MODEM_H_
#define	_MODEM_H_

#include "command.h"
#include "phys.h"

/*
 * VARIABLES
 */

  extern const struct cmdtab	ModemSetCmds[];
  extern const struct phystype	gModemPhysType;

/*
 * FUNCTIONS
 */

  extern char		*ModemGetVar(Link l, const char *name);

#endif


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