jack1 codebase
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.

23 lines
399B

  1. #ifndef __jack_sanitycheck_h__
  2. #define __jack_sanitycheck_h__
  3. /**
  4. * GPL etc.
  5. *
  6. * @author Florian Faber
  7. *
  8. * @version 0.1 (2009-01-17) [FF]
  9. * - initial version
  10. **/
  11. /**
  12. * Performs a range of sanity checks on the system. The number of
  13. * found problems is returned.
  14. *
  15. **/
  16. int sanitycheck(int do_realtime_check,
  17. int do_freqscaling_check);
  18. #endif /* __jack_sanitycheck_h__ */