xref: /haiku/src/system/boot/platform/riscv/fixed_font.S (revision 7aa55747139506809789e3048dbee94bb9437437)
1/*
2 * Copyright 2021, Haiku, Inc.
3 * Distributed under the terms of the MIT License.
4 */
5
6
7.global gFixedFont
8.type   gFixedFont, @object
9.data
10gFixedFont:
11.incbin "fixed_font.bin"
12.size	gFixedFont, .-gFixedFont
13