root/src/system/boot/platform/atari_m68k/cpu.h
/*
 * Copyright 2008-2010, François Revol, revol@free.fr. All rights reserved.
 * Distributed under the terms of the MIT License.
 */
#ifndef CPU_H
#define CPU_H


#include <SupportDefs.h>


#ifdef __cplusplus
extern "C" {
#endif

extern void cpu_init(void);

#ifdef __cplusplus
}
#endif

#endif  /* CPU_H */