summaryrefslogtreecommitdiff
path: root/procyon/source/info/jmplen.c
blob: 7ef89959cf74ad5216f1b8ef9ad38182460c9426 (plain) (blame)
1
2
3
4
5
6
7
#include <acm/info.h>

#include <stdint.h>

uint_least64_t acm_jmplen(acm_ship const * _ship) {
	return 0x0u;
}