Files
gpufetch/src/intel/udev.hpp

8 lines
135 B
C++

#ifndef __UDEV__
#define __UDEV__
long get_max_freq_from_file(struct pci* pci);
long get_min_freq_from_file(struct pci* pci);
#endif