blob: ac2e6b4ba73dad761a22bf34dc7debd2d27af02b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
/*
* iPAQ h2200 header
*
* Copyright (C) 2012 Lukasz Dalek <luk0104@gmail.com>
*
* SPDX-License-Identifier: GPL-2.0+
*/
.word 0xea0003fe /* b 0x1000 */
.org 0x40
.ascii "ECEC"
.org 0x1000 - 1
.byte 0x0
|