blob: e6f029c117460fdaf7e8ba3f30e909014209f7a3 [file] [log] [blame]
Andrew Scull4098dcc2017-09-28 13:59:45 +01001cc_library(
2 name = "libnos_datagram",
3 hdrs = [
4 "include/nos/device.h",
5 ],
6 includes = [
7 "./include",
8 ],
9 visibility = ["//visibility:public"],
10)