forked from Imagelibrary/rtems
bsps: Include missing <rtems/bspIo.h>
This commit is contained in:
@@ -14,6 +14,8 @@
|
|||||||
|
|
||||||
#include <libchip/ns16550.h>
|
#include <libchip/ns16550.h>
|
||||||
|
|
||||||
|
#include <rtems/bspIo.h>
|
||||||
|
|
||||||
#include <bsp.h>
|
#include <bsp.h>
|
||||||
#include <bsp/irq.h>
|
#include <bsp/irq.h>
|
||||||
#include <bsp/alt_clock_manager.h>
|
#include <bsp/alt_clock_manager.h>
|
||||||
|
|||||||
@@ -26,6 +26,8 @@
|
|||||||
#include <libchip/serial.h>
|
#include <libchip/serial.h>
|
||||||
#include <libchip/ns16550.h>
|
#include <libchip/ns16550.h>
|
||||||
|
|
||||||
|
#include <rtems/bspIo.h>
|
||||||
|
|
||||||
#include <bsp.h>
|
#include <bsp.h>
|
||||||
#include <bsp/irq.h>
|
#include <bsp/irq.h>
|
||||||
#include <bsp/uart-output-char.h>
|
#include <bsp/uart-output-char.h>
|
||||||
|
|||||||
@@ -23,6 +23,8 @@
|
|||||||
#ifndef _BSPUART_H
|
#ifndef _BSPUART_H
|
||||||
#define _BSPUART_H
|
#define _BSPUART_H
|
||||||
|
|
||||||
|
#include <rtems/bspIo.h>
|
||||||
|
|
||||||
void BSP_uart_init(int uart, int baud, int hwFlow);
|
void BSP_uart_init(int uart, int baud, int hwFlow);
|
||||||
void BSP_uart_set_baud(int aurt, int baud);
|
void BSP_uart_set_baud(int aurt, int baud);
|
||||||
void BSP_uart_intr_ctrl(int uart, int cmd);
|
void BSP_uart_intr_ctrl(int uart, int cmd);
|
||||||
|
|||||||
@@ -14,6 +14,8 @@
|
|||||||
|
|
||||||
#include <libchip/serial.h>
|
#include <libchip/serial.h>
|
||||||
|
|
||||||
|
#include <rtems/bspIo.h>
|
||||||
|
|
||||||
#include <bsp.h>
|
#include <bsp.h>
|
||||||
#include <bsp/irq.h>
|
#include <bsp/irq.h>
|
||||||
#include <bsp/zynq-uart.h>
|
#include <bsp/zynq-uart.h>
|
||||||
|
|||||||
@@ -23,6 +23,7 @@
|
|||||||
|
|
||||||
#include <bsp.h>
|
#include <bsp.h>
|
||||||
#include <bsp/irq.h>
|
#include <bsp/irq.h>
|
||||||
|
#include <rtems/bspIo.h>
|
||||||
#include <rtems/libio.h>
|
#include <rtems/libio.h>
|
||||||
#include <rtems/termiostypes.h>
|
#include <rtems/termiostypes.h>
|
||||||
#include <termios.h>
|
#include <termios.h>
|
||||||
|
|||||||
@@ -17,6 +17,7 @@
|
|||||||
#define NO_BSP_INIT
|
#define NO_BSP_INIT
|
||||||
|
|
||||||
#include <bsp.h>
|
#include <bsp.h>
|
||||||
|
#include <rtems/bspIo.h>
|
||||||
#include <rtems/libio.h>
|
#include <rtems/libio.h>
|
||||||
#include <rtems/console.h>
|
#include <rtems/console.h>
|
||||||
|
|
||||||
|
|||||||
@@ -12,6 +12,7 @@
|
|||||||
#include <termios.h>
|
#include <termios.h>
|
||||||
|
|
||||||
#include <rtems.h>
|
#include <rtems.h>
|
||||||
|
#include <rtems/bspIo.h>
|
||||||
#include <rtems/libio.h>
|
#include <rtems/libio.h>
|
||||||
#include <rtems/console.h>
|
#include <rtems/console.h>
|
||||||
#include <rtems/termiostypes.h>
|
#include <rtems/termiostypes.h>
|
||||||
|
|||||||
@@ -14,6 +14,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include <rtems.h>
|
#include <rtems.h>
|
||||||
|
#include <rtems/bspIo.h>
|
||||||
#include <bsp.h>
|
#include <bsp.h>
|
||||||
#include <libchip/serial.h>
|
#include <libchip/serial.h>
|
||||||
#include <libchip/ns16550.h>
|
#include <libchip/ns16550.h>
|
||||||
|
|||||||
@@ -53,6 +53,7 @@
|
|||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
|
|
||||||
|
#include <rtems/bspIo.h>
|
||||||
#include <rtems/counter.h>
|
#include <rtems/counter.h>
|
||||||
|
|
||||||
#include <bsp.h>
|
#include <bsp.h>
|
||||||
|
|||||||
@@ -24,6 +24,7 @@
|
|||||||
#include <bsp/console-generic.h>
|
#include <bsp/console-generic.h>
|
||||||
#include <bsp/fatal.h>
|
#include <bsp/fatal.h>
|
||||||
|
|
||||||
|
#include <rtems/bspIo.h>
|
||||||
#include <rtems/console.h>
|
#include <rtems/console.h>
|
||||||
|
|
||||||
static const struct termios console_generic_termios = {
|
static const struct termios console_generic_termios = {
|
||||||
|
|||||||
@@ -14,6 +14,8 @@
|
|||||||
|
|
||||||
#include <libchip/serial.h>
|
#include <libchip/serial.h>
|
||||||
|
|
||||||
|
#include <rtems/bspIo.h>
|
||||||
|
|
||||||
static void output_char(char c)
|
static void output_char(char c)
|
||||||
{
|
{
|
||||||
int minor = (int) Console_Port_Minor;
|
int minor = (int) Console_Port_Minor;
|
||||||
|
|||||||
@@ -10,6 +10,8 @@
|
|||||||
|
|
||||||
#include <libchip/serial.h>
|
#include <libchip/serial.h>
|
||||||
|
|
||||||
|
#include <rtems/bspIo.h>
|
||||||
|
|
||||||
#include <boot/ofw.h>
|
#include <boot/ofw.h>
|
||||||
|
|
||||||
static int sun4v_console_device_first_open(int major, int minor, void *arg)
|
static int sun4v_console_device_first_open(int major, int minor, void *arg)
|
||||||
|
|||||||
Reference in New Issue
Block a user