mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-08 13:44:01 +08:00
9 lines
88 B
C
9 lines
88 B
C
|
#include <numa.h>
|
||
|
#include <numaif.h>
|
||
|
|
||
|
int main(void)
|
||
|
{
|
||
|
numa_available();
|
||
|
return 0;
|
||
|
}
|