OSS: Add support for retrieving detailed device info.

This commit is contained in:
David Reid
2018-04-25 12:59:02 +10:00
parent ae46e98901
commit d8dad66ef7
2 changed files with 69 additions and 29 deletions
+2 -2
View File
@@ -1,2 +1,2 @@
cc mal_test_0.c -o ./bin/mal_test_0 -Wall -lpthread
c++ mal_test_0.cpp -o ./bin/mal_test_0_cpp -Wall -lpthread
cc mal_test_0.c -o ./bin/mal_test_0 -Wall -lpthread -lm
c++ mal_test_0.cpp -o ./bin/mal_test_0_cpp -Wall -lpthread -lm