WIP
This commit is contained in:
+21
@@ -0,0 +1,21 @@
|
||||
#include <unistd.h>
|
||||
#include <dirent.h>
|
||||
#include <string.h>
|
||||
#include <stdio.h>
|
||||
#include <fcntl.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
|
||||
#include "icx3.h"
|
||||
#include "nvidia_pci.h"
|
||||
|
||||
int main (int argc, char **argv)
|
||||
{
|
||||
int *gpus[MAX_GPUS];
|
||||
if (find_evga_gpu_i2c(gpus) == -1) {
|
||||
return -1;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user