22 lines
340 B
C
Executable File
22 lines
340 B
C
Executable File
/*
|
|
* Copyright (c) 1991, Sun Microsystems, Inc.
|
|
*/
|
|
|
|
/*
|
|
* DKI/DDI MT synchronization primitives.
|
|
*/
|
|
|
|
#ifndef _SYS_KSYNCH_H
|
|
#define _SYS_KSYNCH_H
|
|
|
|
#pragma ident "@(#)ksynch.h 1.5 93/02/04 SMI"
|
|
|
|
/*
|
|
* The presence of this file is specified by the DKI/DDI.
|
|
*/
|
|
|
|
#include <sys/t_lock.h>
|
|
#include <sys/dki_lock.h>
|
|
|
|
#endif /* _SYS_KSYNCH_H */
|