aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/deps/rpclib/include/rpc/msgpack/predef/architecture.h
diff options
context:
space:
mode:
authorGwenhael Goavec-Merou <gwenhael.goavec-merou@trabucayre.com>2021-01-11 18:18:26 +0100
committerAaron Rossetto <aaron.rossetto@ni.com>2021-01-21 12:55:03 -0600
commit16b38ff6c64f807d23982f59544e416fc9d3e13e (patch)
tree9993f14186d3ce7fc85dcd41f187a9d700238206 /host/lib/deps/rpclib/include/rpc/msgpack/predef/architecture.h
parent7b86a47bf7143df1cac252602e3c9ddbdd871d90 (diff)
downloaduhd-16b38ff6c64f807d23982f59544e416fc9d3e13e.tar.gz
uhd-16b38ff6c64f807d23982f59544e416fc9d3e13e.tar.bz2
uhd-16b38ff6c64f807d23982f59544e416fc9d3e13e.zip
msgpack/predef: add riscV support
Diffstat (limited to 'host/lib/deps/rpclib/include/rpc/msgpack/predef/architecture.h')
-rw-r--r--host/lib/deps/rpclib/include/rpc/msgpack/predef/architecture.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/host/lib/deps/rpclib/include/rpc/msgpack/predef/architecture.h b/host/lib/deps/rpclib/include/rpc/msgpack/predef/architecture.h
index 4a0ce2749..1bd998c59 100644
--- a/host/lib/deps/rpclib/include/rpc/msgpack/predef/architecture.h
+++ b/host/lib/deps/rpclib/include/rpc/msgpack/predef/architecture.h
@@ -18,6 +18,7 @@ http://www.boost.org/LICENSE_1_0.txt)
#include <rpc/msgpack/predef/architecture/parisc.h>
#include <rpc/msgpack/predef/architecture/ppc.h>
#include <rpc/msgpack/predef/architecture/pyramid.h>
+#include <rpc/msgpack/predef/architecture/riscv.h>
#include <rpc/msgpack/predef/architecture/rs6k.h>
#include <rpc/msgpack/predef/architecture/sparc.h>
#include <rpc/msgpack/predef/architecture/superh.h>