bsp/qoriq: Use more specific include

This commit is contained in:
Sebastian Huber
2024-02-27 14:13:14 +01:00
parent b544d070cf
commit d6242196b5
2 changed files with 2 additions and 1 deletions
@@ -41,6 +41,7 @@
#include <bspopts.h>
#include <bsp/uart-bridge.h>
#include <rtems/termiostypes.h>
#define TRANSMIT_EVENT RTEMS_EVENT_13
+1 -1
View File
@@ -36,7 +36,7 @@
#ifndef LIBBSP_POWERPC_QORIQ_UART_BRIDGE_H
#define LIBBSP_POWERPC_QORIQ_UART_BRIDGE_H
#include <rtems/termiostypes.h>
#include <rtems/termiosdevice.h>
#include <bsp/intercom.h>