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