summaryrefslogtreecommitdiff
path: root/include/sanitycheck.h
blob: 50c228b06a5d6608b540b8bedfece915065e2f98 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#ifndef __jack_sanitycheck_h__
#define __jack_sanitycheck_h__

/**
 * GPL etc.
 *
 * @author Florian Faber
 *
 * @version 0.1 (2009-01-17) [FF]
 *              - initial version
 **/

/**
 * Performs a range of sanity checks on the system. The number of
 * found problems is returned.
 *
 **/

int sanitycheck(int do_realtime_check,
		int do_freqscaling_check);

#endif /* __jack_sanitycheck_h__ */