1 /*
2  * Copyright (c) 2017 Intel Corporation
3  *
4  * SPDX-License-Identifier: Apache-2.0
5  */
6 
7 #define MB_FONT_COUNT 95
8 #define MB_FONT_START ' '
9 #define MB_FONT_END   '~'
10 
11 extern const struct mb_image mb_font[MB_FONT_COUNT];
12