summaryrefslogtreecommitdiffhomepage
path: root/dev/Kernel/HALKit/AXP/HAL.s
blob: 0178527ff10fa1356571018321d91c27127bb681 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
.globl rt_wait_400ns

.section .text
rt_wait_400ns:
    jmp .L
.L:
	jmp .L2
	wtint ;; wait for interrupt
.L2:

    ret