bsp/qoriq: Use more specific include

This commit is contained in:
Sebastian Huber
2024-01-16 21:21:26 +01:00
parent b544d070cf
commit d6242196b5
2 changed files with 2 additions and 1 deletions

View File

@@ -41,6 +41,7 @@
#include <bspopts.h>
#include <bsp/uart-bridge.h>
#include <rtems/termiostypes.h>
#define TRANSMIT_EVENT RTEMS_EVENT_13

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>