You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
53 lines
1.9 KiB
C
53 lines
1.9 KiB
C
/************************************************************************/
|
|
/* SISCO SOFTWARE MODULE HEADER *****************************************/
|
|
/************************************************************************/
|
|
/* (c) Copyright Systems Integration Specialists Company, Inc., */
|
|
/* 1996, All Rights Reserved. */
|
|
/* */
|
|
/* PROPRIETARY AND CONFIDENTIAL */
|
|
/* */
|
|
/* MODULE NAME : clnpport.h */
|
|
/* PRODUCT(S) : Lean-T Stack */
|
|
/* */
|
|
/* MODULE DESCRIPTION : */
|
|
/* This header file specifies defines which should be */
|
|
/* ported for use by specific system. */
|
|
/* */
|
|
/* For information see the: */
|
|
/* ISO 8473 "Information processing systems - Data communication - */
|
|
/* Protocol providing the connectionless-mode network service"; */
|
|
/* ISO 8348 "Information processing systems - Data communication - */
|
|
/* Network service definition. Addendum 1: Connectionless-mode */
|
|
/* transmission". */
|
|
/* ISO 9542 "Information processing systems - Telecommunications */
|
|
/* and information exchange beetween systems - End system to */
|
|
/* Intermediate system routing exchange protocol for use with */
|
|
/* ISO 8473. */
|
|
/* */
|
|
/* */
|
|
/* GLOBAL FUNCTIONS DEFINED IN THIS MODULE : */
|
|
/* */
|
|
/* MODIFICATION LOG : */
|
|
/* Date Who Rev Comments */
|
|
/* -------- --- ------ ------------------------------------------- */
|
|
/* 05/27/97 JRB 7.00 MMSEASE 7.0 release. */
|
|
/* 05/06/97 EJV 02 Removed SWAP_SHORT macro */
|
|
/* 05/31/96 EJV 01 Created */
|
|
/************************************************************************/
|
|
|
|
#ifndef CLNPPORT_INCLUDED
|
|
#define CLNPPORT_INCLUDED
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
/* NOTE: This file currently is empty. It may be used in the future */
|
|
/* to implement code specific to an operating system. */
|
|
|
|
#endif
|
|
#ifdef __cplusplus
|
|
}
|
|
|
|
#endif /* end of 'already included' */
|