boot1_arch.h 317 B

1234567
  1. /* Any assmbly language/system dependent hacks needed to setup boot1.c so it
  2. * will work as expected and cope with whatever platform specific wierdness is
  3. * needed for this architecture. See arm/boot1_arch.h for an example of what
  4. * can be done.
  5. */
  6. #define DL_BOOT(X) void __attribute__ ((unused)) _dl_boot (X)