platform/dns.c: Add platform DNS hook

This commit is contained in:
Tau
2019-09-04 13:43:15 -04:00
parent 8ecbb860d8
commit 1affb5c169
5 changed files with 122 additions and 0 deletions

View File

@ -11,6 +11,8 @@ platform_lib = static_library(
'amvideo.h',
'config.c',
'config.h',
'dns.c',
'dns.h',
'hwmon.c',
'hwmon.h',
'misc.c',