File: free_RTirq.3.html

package info (click to toggle)
rtlinux 3.1pre3-3
  • links: PTS
  • area: non-free
  • in suites: etch, etch-m68k
  • size: 4,896 kB
  • ctags: 4,228
  • sloc: ansic: 26,204; sh: 2,069; makefile: 1,414; perl: 855; tcl: 489; asm: 380; cpp: 42
file content (147 lines) | stat: -rw-r--r-- 2,100 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
<HTML
><HEAD
><TITLE
>free_RTirq</TITLE
><META
NAME="GENERATOR"
CONTENT="Modular DocBook HTML Stylesheet Version 1.64
"></HEAD
><BODY
CLASS="REFENTRY"
><H1
><A
NAME="AEN1"
>free_RTirq</A
></H1
><DIV
CLASS="REFNAMEDIV"
><A
NAME="AEN9"
></A
><H2
>Name</H2
>free_RTirq&nbsp;--&nbsp;uninstall an interrupt handler</DIV
><DIV
CLASS="REFSYNOPSISDIV"
><A
NAME="AEN12"
></A
><H2
>Synopsis</H2
><TABLE
BORDER="0"
BGCOLOR="#E0E0E0"
WIDTH="100%"
><TR
><TD
><PRE
CLASS="SYNOPSIS"
>       <I
CLASS="EMPHASIS"
>WARNING</I
> --
       This is an RTLinux v1.x compatibility function.
       For new programs, please see <TT
CLASS="FUNCTION"
>rtl_free_irq(3)</TT
>.

       #define MODULE
       #include &#60;linux/module.h&#62;
       #include &#60;linux/kernel.h&#62;
       #include &#60;linux/version.h&#62;
       #include &#60;linux/errno.h&#62;
       #include &#60;linux/rtf.h&#62;
       #include &#60;asm/rt_irq.h&#62;

       int <TT
CLASS="FUNCTION"
>free_RTirq</TT
>(unsigned int <TT
CLASS="PARAMETER"
><I
>irq</I
></TT
>);</PRE
></TD
></TR
></TABLE
></DIV
><DIV
CLASS="REFSECT1"
><A
NAME="AEN18"
></A
><H2
>WARNING</H2
><P
>For new programs, please see <TT
CLASS="FUNCTION"
>rtl_free_irq(3)</TT
>.</P
></DIV
><DIV
CLASS="REFSECT1"
><A
NAME="AEN22"
></A
><H2
>DESCRIPTION</H2
><P
><TT
CLASS="FUNCTION"
>free_RTirq</TT
> uninstalls an interupt service routine previously installed with a call to <TT
CLASS="FUNCTION"
>request_RTirq</TT
>.</P
></DIV
><DIV
CLASS="REFSECT1"
><A
NAME="AEN27"
></A
><H2
>RETURN VALUE</H2
><P
>None.</P
></DIV
><DIV
CLASS="REFSECT1"
><A
NAME="AEN30"
></A
><H2
>AUTHOR</H2
><P
>Jerry Epplin, modified by Michael Barabanov (<A
HREF="mailto:baraban@fsmlabs.com"
TARGET="_top"
>baraban@fsmlabs.com</A
>)</P
></DIV
><DIV
CLASS="REFSECT1"
><A
NAME="AEN34"
></A
><H2
>SEE ALSO</H2
><A
HREF="request_RTirq.3.html"
TARGET="_top"
>request_RTirq(3)</A
>, <A
HREF="rtl_free_irq.3.html"
TARGET="_top"
>rtl_free_irq(3)</A
><P
>1997 Jerry Epplin.</P
><P
>Modifications for RTLinux 2.x and 3.x by Michael Barabanov. 2001 FSMLabs Inc.</P
><P
>All rights reserved.</P
></DIV
></BODY
></HTML
>