summaryrefslogtreecommitdiff
path: root/c++/device-hip/rpc.h
diff options
context:
space:
mode:
Diffstat (limited to 'c++/device-hip/rpc.h')
-rw-r--r--c++/device-hip/rpc.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/c++/device-hip/rpc.h b/c++/device-hip/rpc.h
new file mode 100644
index 0000000..b6421ba
--- /dev/null
+++ b/c++/device-hip/rpc.h
@@ -0,0 +1,7 @@
+#pragma once
+
+namespace saw {
+namespace rmt {
+struct DeviceHip {};
+}
+}