File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / mpd / src / ng.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, 10 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


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

#ifndef _NG_H_
#define	_NG_H_

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

/*
 * VARIABLES
 */

  extern const struct cmdtab	NgSetCmds[];
  extern const struct phystype	gNgPhysType;

#endif



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