@@ -891,44 +891,6 @@ int tisci_cmd_set_fwl_region(const struct device *dev, const struct tisci_msg_fw
891891 */
892892int 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