<<>> <> <> <> <> <> <> <> <> <> <> <<>> <> <<[Huey: Osbu North]12.2>Faces>Public>ProcessorFace.mesa>> <<>> DIRECTORY HostNumbers USING [ProcessorID]; ProcessorFace: CEDAR DEFINITIONS = BEGIN <> <> ProcessorID: TYPE = HostNumbers.ProcessorID; processorID: READONLY ProcessorID; <> <<>> ProcessorType: TYPE = MACHINE DEPENDENT {sun3(0), sun4(1), rs6000(2), decstation(3), (CARD.LAST)}; GetProcessorType: PROC RETURNS[ProcessorType]; GetProcessorTypeName: PROC [ProcessorType] RETURNS [ATOM]; ProcessorTypeFromName: PROC [ATOM] RETURNS [ProcessorType]; <> LastProcessorType: PROC RETURNS[ProcessorType]; <> <<>> END.