xref: /haiku/src/system/boot/platform/riscv/fixed_font.S (revision bb83316a5811a550c4f850d07fa8e328e7ac0a94)
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