/*
 * Copyright (c) 2018 IOTA Stiftung
 * https://github.com/iotaledger/iota_common
 *
 * Refer to the LICENSE file for licensing information
 */

#ifndef __COMMON_TRINARY_BYTE_H_
#define __COMMON_TRINARY_BYTE_H_

#include "common/stdint.h"

typedef int8_t byte_t;

#endif
