8 lines
182 B
C
8 lines
182 B
C
#ifndef FLEXPTP_CLI_CMDS_H_
|
|
#define FLEXPTP_CLI_CMDS_H_
|
|
|
|
void ptp_register_cli_commands();
|
|
void ptp_remove_cli_commands();
|
|
|
|
#endif /* FLEXPTP_CLI_CMDS_H_ */
|