Download this file
1 2 3 4 5 6 7 8 9
#ifndef _IONICE_H_ #define _IONICE_H_ void ionice_test(void); void ionice_high(void); void ionice_medium(void); void ionice_low(void); #endif