2025-04-27 07:49:33 -04:00

25 lines
435 B
C

//
// Template Driver
// Copyright (c) Microsoft Corporation, 1999.
//
// Module: SectMap.h
// Author: Daniel Mihai (DMihai)
// Created: 6/19/1999 2:39pm
//
// This module contains tests for MmMapViewOfSection & MmMapViewInSystemSpace.
//
// --- History ---
//
// 6/19/1999 (DMihai): initial version.
//
void
TdSectionMapTestProcessSpace(
PVOID
);
void
TdSectionMapTestSystemSpace(
PVOID
);