aboutsummaryrefslogtreecommitdiff
path: root/src/config.h
blob: 1590b6b68f4155785607ff0743892000f91e7ff7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#pragma once
#include "protocol.h"

#include <stdint.h>
#include <stddef.h>
#include <stdbool.h>


// "11f76b87-621a-479c-a218-5c5540337c9f"
#define PRNE_PROG_VER "\x00\xA4\x00\x24\xC0\x3E\x60\xE6\x5E\xFB\x18\xB6\x17\xD5\x17\x9B\x57\xB5\x56\xA1\xFD\x53\x1A\x26\x19\x0A\xB8\x49\x14\x04\x85\x81\x35\xB9\xF2\x3F\x76\xA0\x6E\xD4"

extern const prne_arch_t prne_host_arch;