Lionel Sambuc 433d6423c3 New sources layout
Change-Id: Ic716f336b7071063997cf5b4dae6d50e0b4631e9
2014-07-31 16:00:30 +02:00

24 lines
435 B
C

/*
generic/psip.h
Public interface to the pseudo IP module
Created: Apr 22, 1993 by Philip Homburg
Copyright 1995 Philip Homburg
*/
#ifndef PSIP_H
#define PSIP_H
void psip_prep ARGS(( void ));
void psip_init ARGS(( void ));
int psip_enable ARGS(( int port_nr, int ip_port_nr ));
int psip_send ARGS(( int port_nr, ipaddr_t dest, acc_t *pack ));
#endif /* PSIP_H */
/*
* $PchId: psip.h,v 1.6 2001/04/19 21:16:22 philip Exp $
*/