mirror of
https://github.com/ukui/opensbi.git
synced 2026-06-16 19:16:14 -07:00
13 lines
179 B
C
13 lines
179 B
C
/*
|
|
* SPDX-License-Identifier: BSD-2-Clause
|
|
*
|
|
* Copyright (c) 2021 Jessica Clarke <jrtc27@jrtc27.com>
|
|
*/
|
|
|
|
#ifndef __LIMITS_H__
|
|
#define __LIMITS_H__
|
|
|
|
#define CHAR_BIT 8
|
|
|
|
#endif
|