File:
[ELWIX - Embedded LightWeight unIX -] /
embedaddon /
mpd /
src /
input.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 (11 years, 5 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
/*
* input.h
*
* Written by Archie Cobbs <archie@freebsd.org>
* Copyright (c) 1998-1999 Whistle Communications, Inc. All rights reserved.
* See ``COPYRIGHT.whistle''
*/
#ifndef _INPUT_H_
#define _INPUT_H_
#include "defs.h"
/*
* FUNCTIONS
*/
extern void InputFrame(Bund b, Link l, int proto, Mbuf bp);
#endif
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>