mirror of
https://github.com/elliotnunn/mac-rom.git
synced 2024-12-28 16:31:01 +00:00
27 lines
699 B
C
27 lines
699 B
C
|
/*
|
|||
|
File: StandardGlue.h
|
|||
|
|
|||
|
Contains: xxx put contents here xxx
|
|||
|
|
|||
|
Written by: xxx put writers here xxx
|
|||
|
|
|||
|
Copyright: <EFBFBD> 1993 by Apple Computer, Inc., all rights reserved.
|
|||
|
|
|||
|
Change History (most recent first):
|
|||
|
|
|||
|
<SMG2> 9/29/93 chp Standardize conditional inclusion.
|
|||
|
<SM4> 10/14/93 pdw <MC> roll-in.
|
|||
|
<SM3> 9/9/93 pdw Got rid of the guts basically.
|
|||
|
<SM2> 6/29/93 pdw Massive checkins: Change asynchronicity mechanism to CallMachine
|
|||
|
stack switching mechanism. Adding support for Cold Fusion.
|
|||
|
Rearranging HW/SW Init code. Some code optimizations.
|
|||
|
<1> 5/29/93 PW first checked in
|
|||
|
|
|||
|
*/
|
|||
|
|
|||
|
#ifndef __STANDARDGLUE__
|
|||
|
#define __STANDARDGLUE__
|
|||
|
|
|||
|
|
|||
|
#endif __STANDARDGLUE__
|