MCMInterface.mesa
Copyright © 1984 by Xerox Corporation. All rights reserved.
Written by: Sindhu, July 5, 1985 10:48:56 pm PDT
Last Edited by: Sindhu, July 8, 1985 0:15:01 am PDT
DIRECTORY
CD, PW;
MCMInterface: CEDAR DEFINITIONS =
BEGIN
MBusInterface: PROC [design: CD.Design, ySize: INT] RETURNS [result: PW.ObPtr];
AlpsToMBusInterfaceGlue: PUBLIC PROC [design: CD.Design, mcCtl: PW.ObPtr] RETURNS [result: PW.ObPtr];
END.