Manpages

NAME

rtl_hard_disable_irq, rtl_hard_enable_irqrtl_hard_enable_irq — interrupt control

SYNOPSIS

#include <rtl_core.h>

int rtl_hard_enable_irq(unsigned int irq);

int rtl_hard_disable_irq(unsigned int irq);

DESCRIPTION

These functions are specific to Realtime Linux.

rtl_hard_enable_irq enables the IRQ irq.

rtl_hard_disable_irq disables the IRQ irq.

AUTHOR

Michael Barabanov (baraban [AT] fsmlabs.com (link to URL mailto:baraban [AT] fsmlabs.com) )

SEE ALSO

rtl_request_irq(3) (link to URL rtl_request_irq.3.html) , rtl_free_irq(3) (link to URL rtl_free_irq.3.html)

©2001 FSMLabs Inc.

All rights reserved.