1MCA_MARK_AS_USED(9)        Public Functions Provided       MCA_MARK_AS_USED(9)
2
3
4

NAME

6       mca_mark_as_used - claim an MCA device
7

SYNOPSIS

9       int mca_mark_as_used(int slot);
10

ARGUMENTS

12       slot
13           slot to claim
14

FIXME

16       should we make this threadsafe
17
18       Claim an MCA slot for a device driver. If the slot is already taken the
19       function returns 1, if it is not taken it is claimed and 0 is returned.
20

AUTHORS

22       Alan Cox <alan@lxorguk.ukuu.org.uk>
23           Author.
24
25       David Weinehall
26           Author.
27
28       Chris Beauregard
29           Author.
30
32Kernel Hackers Manual 2.6.         June 2019               MCA_MARK_AS_USED(9)
Impressum