Skip to content

Commit 3e02bb0

Browse files
committed
Privilege view
1 parent 0910101 commit 3e02bb0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/dbg/instruction.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,4 +82,8 @@ CMDRESULT cbInstrSavedata(int argc, char* argv[]);
8282
CMDRESULT cbInstrMnemonichelp(int argc, char* argv[]);
8383
CMDRESULT cbInstrMnemonicbrief(int argc, char* argv[]);
8484

85+
CMDRESULT cbGetPrivilegeState(int argc, char* argv[]);
86+
CMDRESULT cbEnablePrivilege(int argc, char* argv[]);
87+
CMDRESULT cbDisablePrivilege(int argc, char* argv[]);
88+
8589
#endif // _INSTRUCTION_H

0 commit comments

Comments
 (0)