Skip to content

Commit 5cb4b73

Browse files
yuxCaicarlescufi
authored andcommitted
[nrf fromlist] drivers: firmware: remove duplicate function definitions
tisci_cmd_get_fwl_region is defined three times which is causing doc build errors Upstream PR #: 93968 Signed-off-by: Yuxuan Cai <[email protected]>
1 parent 9425c47 commit 5cb4b73

File tree

1 file changed

+0
-38
lines changed
  • include/zephyr/drivers/firmware/tisci

1 file changed

+0
-38
lines changed

include/zephyr/drivers/firmware/tisci/tisci.h

Lines changed: 0 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -891,44 +891,6 @@ int tisci_cmd_set_fwl_region(const struct device *dev, const struct tisci_msg_fw
891891
*/
892892
int tisci_cmd_get_fwl_region(const struct device *dev, struct tisci_msg_fwl_region *region);
893893

894-
/* INCLUDE_ZEPHYR_DRIVERS_TISCI_H_ */
895-
896-
/* Firewall Management Functions */
897-
/* ... previous firewall functions ... */
898-
899-
/**
900-
* @brief Get firewall region configuration
901-
*
902-
* Retrieves the configuration of a firewall region including permissions,
903-
* addresses, and control settings.
904-
*
905-
* @param dev Pointer to the TI SCI device
906-
* @param region Pointer to store the firewall region configuration.
907-
* The fwl_id, region, and n_permission_regs fields must be
908-
* set before calling this function.
909-
*
910-
* @return 0 if successful, or an error code
911-
*/
912-
int tisci_cmd_get_fwl_region(const struct device *dev, struct tisci_msg_fwl_region *region);
913-
914-
/* Firewall Management Functions */
915-
/* ... previous firewall functions ... */
916-
917-
/**
918-
* @brief Get firewall region configuration
919-
*
920-
* Retrieves the configuration of a firewall region including permissions,
921-
* addresses, and control settings.
922-
*
923-
* @param dev Pointer to the TI SCI device
924-
* @param region Pointer to store the firewall region configuration.
925-
* The fwl_id, region, and n_permission_regs fields must be
926-
* set before calling this function.
927-
*
928-
* @return 0 if successful, or an error code
929-
*/
930-
int tisci_cmd_get_fwl_region(const struct device *dev, struct tisci_msg_fwl_region *region);
931-
932894
/* Firewall Management Functions */
933895
/* ... previous firewall functions ... */
934896

0 commit comments

Comments
 (0)