summaryrefslogtreecommitdiff
path: root/src/soc/intel/common
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/intel/common')
-rw-r--r--src/soc/intel/common/block/include/intelblocks/uart.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/soc/intel/common/block/include/intelblocks/uart.h b/src/soc/intel/common/block/include/intelblocks/uart.h
index f140fc87fd..dc27d518aa 100644
--- a/src/soc/intel/common/block/include/intelblocks/uart.h
+++ b/src/soc/intel/common/block/include/intelblocks/uart.h
@@ -14,21 +14,10 @@
* 3. SOC will allow common code to set UART into legacy mode if supported.
*/
-/*
- * Check if UART debug controller is initialized
- * Returns:
- * true = If debug controller PCI config space is initialized and device is
- * out of reset
- * false = otherwise
- */
bool uart_is_controller_initialized(void);
/*
* Check if dev corresponds to UART debug port controller.
- *
- * Returns:
- * true: UART dev is debug port
- * false: otherwise
*/
bool uart_is_debug_controller(struct device *dev);