Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

45 lines
988 B

  1. /****************************************************************************
  2. *
  3. * $Archive: S:/STURGEON/SRC/INCLUDE/VCS/cclock.h_v $
  4. *
  5. * INTEL Corporation Prorietary Information
  6. *
  7. * This listing is supplied under the terms of a license agreement
  8. * with INTEL Corporation and may not be copied nor disclosed except
  9. * in accordance with the terms of that agreement.
  10. *
  11. * Copyright (c) 1993-1994 Intel Corporation.
  12. *
  13. * $Revision: 1.0 $
  14. * $Date: 31 Jan 1997 12:36:14 $
  15. * $Author: MANDREWS $
  16. *
  17. * Deliverable:
  18. *
  19. * Abstract:
  20. *
  21. *
  22. * Notes:
  23. *
  24. ***************************************************************************/
  25. #ifndef CCLOCK_H
  26. #define CCLOCK_H
  27. #ifdef __cplusplus
  28. extern "C" {
  29. #endif
  30. VOID CCLOCK_AcquireLock();
  31. VOID CCLOCK_RelinquishLock();
  32. HRESULT InitializeCCLock(VOID);
  33. VOID UnInitializeCCLock();
  34. #ifdef __cplusplus
  35. }
  36. #endif
  37. #endif CCLOCK_H