use the locations specified in the bcm2708_boot header
[AROS.git] / rom / exec / exec_platform.h
blobe4290f1c43fe85d2c8caf9d33fc9eda98eb33c31
1 /*
2 * This file can be overriden in arch/all-$(ARCH)/exec. Currently
3 * used only by Windows-hosted port
4 */
5 #ifndef __EXEC_PLATFORM_H
6 #define __EXEC_PLATFORM_H
8 struct Exec_PlatformData
10 /* No platform-specific data by default */
13 #endif /* __EXEC_PLATFORM_H */