summaryrefslogblamecommitdiff
path: root/procyon/include/acm/evt.h
blob: 3a5aa2ad4a6ce31829a8a5040353b3c4a5adbd0d (plain) (tree)
1
2
3
4
5
6
7
8
9
10









                                 
#if !defined(acm_hdr_evt)
#define acm_hdr_evt

#include <acm/bs.h>

#include <stdint.h>

bool acm_jmp(uint_least64_t sys);

#endif