7 lines
91 B
ArmAsm
7 lines
91 B
ArmAsm
|
|
.global _DOF_PACKAGE
|
|
.section __TEXT,__const
|
|
_DOF_PACKAGE:
|
|
.incbin "dof.bin"
|
|
|