upd makefile

This commit is contained in:
Ole Algoritme
2023-03-01 11:44:01 +01:00
parent 7f660c3812
commit 9535786c55
2 changed files with 4 additions and 1 deletions

View File

@@ -69,6 +69,9 @@ struct device * pci_detect_dev()
int main(int argc, char **argv)
{
(void) argc;
(void) argv;
int fd;
void *map_base;
void *virt_addr;