mirror of
https://github.com/elliotnunn/mac-rom.git
synced 2025-01-01 11:29:27 +00:00
4325cdcc78
Resource forks are included only for .rsrc files. These are DeRezzed into their data fork. 'ckid' resources, from the Projector VCS, are not included. The Tools directory, containing mostly junk, is also excluded.
27 lines
577 B
C
27 lines
577 B
C
/*
|
|
File: ExecuteDTM.h
|
|
|
|
Written by: Mark Appleman
|
|
|
|
Copyright: © 1991-1992 by Apple Computer, Inc., all rights reserved.
|
|
|
|
Change History (most recent first):
|
|
|
|
<1> 5/16/92 kc first checked in
|
|
<1> 3/6/92 AL first checked in
|
|
|
|
*/
|
|
#ifndef _ExecuteDTM_
|
|
#define _ExecuteDTM_
|
|
//
|
|
// 'ExecuteDTM.h'
|
|
//
|
|
|
|
LONG ExecuteDTM(CTEInfo *kernelInfo,
|
|
CTEDTMExecutionOptions *executionOptions,
|
|
CTETestInfo *testInfo,
|
|
CTESubtestInfo *subtestInfo,
|
|
CTEDTMExecutionResults *executionResults) ;
|
|
SubtestErr ExecuteSubtest(CTEInfo *kernelInfo) ;
|
|
|
|
#endif _ExecuteDTM_ |