mirror of
https://github.com/Dr-Noob/cpufetch.git
synced 2026-03-25 16:00:39 +01:00
10 lines
208 B
C
10 lines
208 B
C
#ifndef __UDEV_PPC__
|
|
#define __UDEV_PPC__
|
|
|
|
#include "../common/udev.h"
|
|
|
|
bool fill_core_ids_from_sys(int *core_ids, int total_cores);
|
|
bool fill_package_ids_from_sys(int* package_ids, int total_cores);
|
|
|
|
#endif
|