New file. Copied from i386ex BSP as missing from submission.

This commit is contained in:
Joel Sherrill
2000-04-05 13:27:52 +00:00
parent 58b28ebd9f
commit 8613479a5a

View File

@@ -0,0 +1,18 @@
/*
* $Id$
*/
#ifndef NET_EXTERNS_H
#define NET_EXTERNS_H
/*
* External entry points
*/
extern int uti596_attach(struct rtems_bsdnet_ifconfig *);
extern int uti596dump(char * );
extern void uti596reset(void);
extern void uti596Diagnose(int);
extern void uti596_request_reset(void);
#endif