Blame view

build4/epsilon-master/ion/src/device/boot/rt0.h 97 Bytes
6663b6c9   adorian   projet complet av...
1
2
3
4
5
6
7
  #ifndef ION_DEVICE_BOOT_RT0_H
  #define ION_DEVICE_BOOT_RT0_H
  
  void start();
  void abort();
  
  #endif