Home
last modified time | relevance | path

Searched refs:ppc_platform_type (Results 1 – 2 of 2) sorted by relevance

/haiku/headers/private/kernel/arch/ppc/
H A Darch_platform.h12 enum ppc_platform_type { enum
21 PPCPlatform(ppc_platform_type platformType);
26 inline ppc_platform_type PlatformType() const { return fPlatformType; } in PlatformType()
43 ppc_platform_type fPlatformType;
/haiku/src/system/kernel/arch/ppc/
H A Darch_platform.cpp23 PPCPlatform::PPCPlatform(ppc_platform_type platformType) in PPCPlatform()