
.module USBIRQ
.globl _EZUSB_IRQ_CLEAR

EXIF	= 0x91	; DATA

.area CSEG (CODE)

_EZUSB_IRQ_CLEAR:
		mov	a,#0xef
		anl	EXIF,a
		ret

