Skip to content

Commit 359a7ff

Browse files
committed
[fuse_ctrl,dv] Remove stray declaration of sw_transition_req
This is also declared in lc_ctrl.h (where it belongs). Don't duplicate the declaration here.
1 parent 8040579 commit 359a7ff

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/integration/test_suites/libs/fuse_ctrl/fuse_ctrl.h

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,6 @@ void grant_mcu_for_fc_writes(void);
2424
void revoke_grant_mcu_for_fc_writes(void);
2525
void grant_caliptra_core_for_fc_writes(void);
2626
void initialize_otp_controller(void);
27-
void sw_transition_req(uint32_t next_lc_state,
28-
uint32_t token_127_96,
29-
uint32_t token_95_64,
30-
uint32_t token_63_32,
31-
uint32_t token_31_0,
32-
uint32_t conditional);
3327
void disable_fc_all_ones_sva(void);
3428
void enable_fc_all_ones_sva(void);
3529

0 commit comments

Comments
 (0)