Source code of Windows XP (NT5)
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.

44 lines
1.4 KiB

  1. //###########################################################################
  2. //**
  3. //** Copyright (C) 1996-98 Intel Corporation. All rights reserved.
  4. //**
  5. //** The information and source code contained herein is the exclusive
  6. //** property of Intel Corporation and may not be disclosed, examined
  7. //** or reproduced in whole or in part without explicit written authorization
  8. //** from the company.
  9. //**
  10. //###########################################################################
  11. //-----------------------------------------------------------------------------
  12. // Version control information follows.
  13. //
  14. // $Header: I:/DEVPVCS/OSMCA/oemmca.h_v 2.0 Dec 11 1998 11:42:18 khaw $
  15. // $Log: I:/DEVPVCS/OSMCA/oemmca.h_v $
  16. //
  17. // Rev 2.0 Dec 11 1998 11:42:18 khaw
  18. // Post FW 0.5 release sync-up
  19. //
  20. // Rev 1.3 07 Aug 1998 13:47:50 smariset
  21. //
  22. //
  23. // Rev 1.2 10 Jul 1998 11:04:22 smariset
  24. //just checking in
  25. //
  26. // Rev 1.1 08 Jul 1998 14:23:14 smariset
  27. //
  28. //
  29. // Rev 1.0 02 Jul 1998 09:20:56 smariset
  30. //
  31. //
  32. //
  33. //*****************************************************************************//
  34. // function prototypes
  35. typedef (*fptr)(void);
  36. SAL_PAL_RETURN_VALUES OemMcaInit(void);
  37. SAL_PAL_RETURN_VALUES OemMcaDispatch(ULONGLONG);
  38. SAL_PAL_RETURN_VALUES OemCmcHndlr(void);
  39. SAL_PAL_RETURN_VALUES OemMcaHndlr(void);
  40. SAL_PAL_RETURN_VALUES OemProcErrHndlr(void);
  41. SAL_PAL_RETURN_VALUES OemPlatErrHndlr(void);