/* * Copyright 2020 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ #ifndef ARCH_TYPES_H #define ARCH_TYPES_H typedef uint8_t native_uint_t; typedef int8_t native_int_t; #endif