Changeset 5100 for trunk/src


Ignore:
Timestamp:
Feb 11, 2001, 4:12:38 PM (25 years ago)
Author:
bird
Message:

Added new faker prototypes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/win32k/include/test.h

    r4811 r5100  
    1 /* $Id: test.h,v 1.6 2000-12-16 23:04:51 bird Exp $
     1/* $Id: test.h,v 1.7 2001-02-11 15:12:38 bird Exp $
    22 *
    33 * Definitions and declarations for test moduls.
     
    153153PMTE LDRCALL    fakeldrValidateMteHandle(HMTE hMTE);
    154154PSZ  SECCALL    fakeSecPathFromSFN(SFN hFile);
     155ULONG KRNLCALL  fakePGPhysAvail(void);
     156ULONG KRNLCALL  fakePGPhysPresent(void);
     157VOID  KRNLCALL  fakevmRecalcShrBound(ULONG flFlags, PULONG pulSentinelAddress);
     158
    155159void _Optlink   fakeg_tkExecPgm(void);    /* Not callable! (fakea.asm) */
    156160void _Optlink   faketkStartProcess(void); /* Not callable! (fakea.asm) */
     
    175179extern PMTE     fakeprogram_l;
    176180
    177 
    178 
     181extern ULONG fakeSMcDFInuse;
     182extern ULONG fakesmFileSize;
     183extern ULONG fakeSMswapping;
     184extern ULONG fakesmcBrokenDF;
     185extern ULONG fakepgPhysPages;
     186extern ULONG fakeSMcInMemFile;
     187extern ULONG fakeSMCFGMinFree;
     188extern ULONG fakesmcGrowFails;
     189extern ULONG fakePGSwapEnabled;
     190extern ULONG fakepgcPageFaults;
     191extern ULONG fakeSMCFGSwapSize;
     192extern ULONG fakepgResidentPages;
     193extern ULONG fakepgSwappablePages;
     194extern ULONG fakepgDiscardableInmem;
     195extern ULONG fakepgDiscardablePages;
     196extern ULONG fakeSMMinFree;
     197extern ULONG fakepgcPageFaultsActive;
     198extern ULONG fakepgPhysMax;
     199extern ULONG fakeVirtualAddressLimit;
     200
     201extern VMAH  fakeahvmShr;
     202extern VMAH  fakeahvmSys;
     203extern VMAH  fakeahvmhShr;
    179204
    180205#endif /* INCL_NO_FAKE */
Note: See TracChangeset for help on using the changeset viewer.