Autodoc formatting fixes.
[AROS.git] / arch / all-pc / hpet / gethpetcount.c
blobfe0eea94053744aefae3334226321b308020236a
1 #include "hpet_intern.h"
3 /*****************************************************************************
5 NAME */
6 #include <proto/hpet.h>
8 AROS_LH0(ULONG, GetHPETCount,
10 /* SYNOPSIS */
12 /* LOCATION */
13 struct HPETBase *, base, 1, Hpet)
15 /* FUNCTION
16 Return the total number of HPET units in the system.
18 INPUTS
19 None
21 RESULT
22 Total number of HPET units
24 NOTES
26 EXAMPLE
28 BUGS
30 SEE ALSO
32 INTERNALS
34 ******************************************************************************/
36 AROS_LIBFUNC_INIT
38 return base->unitCnt;
40 AROS_LIBFUNC_EXIT