blob: 0482493e3b5010476b5697afa406c97bcada63e1 (
plain)
1
2
3
4
5
6
7
8
9
10
|
#pragma once
#include "protocol.h"
#include <stdint.h>
#include <stddef.h>
#include <stdbool.h>
extern const uint8_t PRNE_PROG_VER[16];
extern const prne_arch_t prne_host_arch;
|