You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- #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__ */
|