[v0.11] Fetch and print max Intel iGPU frequency using sysfs

This commit is contained in:
Dr-Noob
2021-12-09 20:18:39 +01:00
parent 844377f17a
commit 1663a36135
7 changed files with 123 additions and 1 deletions

7
src/intel/udev.hpp Normal file
View File

@@ -0,0 +1,7 @@
#ifndef __UDEV__
#define __UDEV__
long get_max_freq_from_file(struct pci* pci);
long get_min_freq_from_file(struct pci* pci);
#endif