- *
- * @APPLE_LICENSE_HEADER_END@
- */
-/*
- * Copyright (c) 1998 Apple Computer, Inc. All rights reserved.
- *
- * HISTORY
- *
- */
-
-/*
- * Multiprocessor locks used within the shared memory area between the
- * kernel and event system. These must work in both user and kernel mode.
- *
- * These routines are public, for the purpose of writing frame buffer device
- * drivers which handle their own cursors. Certain architectures define a
- * generic display class which handles cursor drawing and is subclassed by
- * driver writers. These drivers need not be concerned with the following
- * types and definitions.