Carbon


gestaltMMUType

Header: Gestalt.h

enum {
    gestaltMMUType = 'mmu ',
    gestaltNoMMU = 0,
    gestaltAMU = 1,
    gestalt68851 = 2,
    gestalt68030MMU = 3,
    gestalt68040MMU = 4,
    gestaltEMMU1 = 5
};

Constant descriptions

gestaltMMUType

The selector you pass to the Gestalt function to determine the type of MMU currently installed.

gestaltNoMMU
gestaltAMU
gestalt68851
gestalt68030MMU
gestalt68040MMU
gestaltEMMU1


© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)