summaryrefslogtreecommitdiff
path: root/core/host/host_exe.lds
diff options
context:
space:
mode:
Diffstat (limited to 'core/host/host_exe.lds')
-rw-r--r--core/host/host_exe.lds4
1 files changed, 4 insertions, 0 deletions
diff --git a/core/host/host_exe.lds b/core/host/host_exe.lds
index 4e19bb812a..8d59109b94 100644
--- a/core/host/host_exe.lds
+++ b/core/host/host_exe.lds
@@ -77,6 +77,10 @@ SECTIONS {
KEEP(*(.rodata.HOOK_TABLET_MODE_CHANGE))
__hooks_tablet_mode_change_end = .;
+ __hooks_base_attached_change = .;
+ KEEP(*(.rodata.HOOK_BASE_ATTACHED_CHANGE))
+ __hooks_base_attached_change_end = .;
+
__hooks_pwrbtn_change = .;
*(.rodata.HOOK_POWER_BUTTON_CHANGE)
__hooks_pwrbtn_change_end = .;