summaryrefslogtreecommitdiff
path: root/procyon/include/acm/info.h
blob: d42ad0bd895b733fd40d98c2fe3ceef04cccd103 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#if !defined(acm_hdr_info)
#define acm_hdr_info

#include <acm/bs.h>

#include <stdint.h>

char const *   acm_shipnm( acm_shipid       ship);
uint_least64_t acm_sysdist(uint_least64_t   sys);
uint_least64_t acm_jmplen( acm_ship const * ship);

#endif