kernel/test_driver.c

7 lines
71 B
C
Raw Normal View History

#include "libnxdrv.h"
int main() {
nx_drv_init();
return 0;
}