summaryrefslogtreecommitdiff
path: root/include/arch/atmega2560/arch_types.h
blob: 392e4692da3e536238583f0c918e5f32943277cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/*
 * Copyright 2021 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