aboutsummaryrefslogtreecommitdiffstats
path: root/src/hinoko.map
diff options
context:
space:
mode:
Diffstat (limited to 'src/hinoko.map')
-rw-r--r--src/hinoko.map8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/hinoko.map b/src/hinoko.map
index d3f6fda..07768bf 100644
--- a/src/hinoko.map
+++ b/src/hinoko.map
@@ -64,8 +64,6 @@ HINOKO_0_4_0 {
"hinoko_fw_iso_resource_auto_new";
"hinoko_fw_iso_resource_auto_allocate_async";
"hinoko_fw_iso_resource_auto_deallocate_async";
- "hinoko_fw_iso_resource_auto_allocate_sync";
- "hinoko_fw_iso_resource_auto_deallocate_sync";
} HINOKO_0_3_0;
HINOKO_0_5_0 {
@@ -90,3 +88,9 @@ HINOKO_0_6_0 {
"hinoko_fw_iso_rx_single_register_packet";
"hinoko_fw_iso_rx_single_start";
} HINOKO_0_5_0;
+
+HINOKO_0_7_0 {
+ global:
+ "hinoko_fw_iso_resource_auto_allocate_sync";
+ "hinoko_fw_iso_resource_auto_deallocate_sync";
+} HINOKO_0_5_0;