mirror of https://github.com/tongzx/nt5src
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.
19 lines
378 B
19 lines
378 B
//
|
|
// Template Driver
|
|
// Copyright (c) Microsoft Corporation, 1999.
|
|
//
|
|
// Module: contmem.h
|
|
// Author: Daniel Mihai (DMihai)
|
|
// Created: 6/19/1999 2:39pm
|
|
//
|
|
// This module contains tests for MmAllocateContiguousMemorySpecifyCache.
|
|
//
|
|
// --- History ---
|
|
//
|
|
// 6/19/1999 (DMihai): initial version.
|
|
//
|
|
|
|
void
|
|
TdMmAllocateContiguousMemorySpecifyCacheTest(
|
|
PVOID NotUsed
|
|
);
|