Changeset 7069 for trunk/src


Ignore:
Timestamp:
Oct 16, 2001, 4:20:27 AM (24 years ago)
Author:
bird
Message:

Added RAS.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/win32k/kKrnlLib/include/dev32hlp.h

    r6696 r7069  
    1 /* $Id: dev32hlp.h,v 1.1 2001-09-11 01:27:27 bird Exp $
     1/* $Id: dev32hlp.h,v 1.2 2001-10-16 02:20:27 bird Exp $
    22 *
    33 * Dev32Hlp - 32-bit Device helpers.
     
    125125                                 PLOCKHANDLE  pLockHandle);
    126126D32RET D32HLPCALL D32Hlp_VMUnLock(PLOCKHANDLE pLockHandle);
    127 
     127D32RET D32HLPCALL D32Hlp_RAS(ULONG      major,
     128                             ULONG      cbBuffer,
     129                             ULONG      minor,
     130                             ULONG      pf16Buffer);
    128131
    129132#ifdef __cplusplus
Note: See TracChangeset for help on using the changeset viewer.