Files
Arquivotheca.Solaris-2.5/uts/common/sys/ipd_extern.h
seta75D 7c4988eac0 Init
2021-10-11 19:38:01 -03:00

28 lines
416 B
C
Executable File

/*
* Copyright (c) 1992 by Sun Microsystems, Inc.
*/
#ifndef _SYS_IPD_EXTERN_H
#define _SYS_IPD_EXTERN_H
#pragma ident "@(#)ipd_extern.h 1.5 93/05/20 SMI"
#ifdef __cplusplus
extern "C" {
#endif
/*
* extern declarations
*/
extern queue_t *ipd_cm;
extern int ipd_debug;
extern timestruc_t hrestime;
extern queue_t *ipd_cm;
void ipd_init();
#ifdef __cplusplus
}
#endif
#endif /* _SYS_IPD_EXTERN_H */