NAME

reset_irq - Clear interrupt pending status associated with an interrupt.

SYNOPSIS

#include <charm.h>

Status reset_irq( int irq, Cap authcap );

PARAMETERS

irq The irq being cleared.

authcap The capability associated with irq irq.

DESCRIPTION

This function clears the irq pending flag associated with irq.

RETURN VALUES

Upon the successful completion, the reset_irq() function returns [SUCCESS].

ERRORS

The reset_irq() function can only fail is an invalid irq is specified in which case the following Status is returned:

[INVALID_IRQ] an illegal irq is specified.

last updated: 7/9/99