/*
- * Copyright (c) 2000 Apple Computer, Inc. All rights reserved.
+ * Copyright (c) 2000-2007 Apple Inc. All rights reserved.
*
* @APPLE_OSREFERENCE_LICENSE_HEADER_START@
*
#ifndef _MACH_MACHINE_PROFILE_MD_H
#define _MACH_MACHINE_PROFILE_MD_H_
-
#if defined (__ppc__)
#include "profiling/ppc/profile-md.h"
#elif defined (__i386__)
#error architecture not supported
#endif
-
#endif /* _MACH_MACHINE_PROFILE_MD_H_ */