OpenCores
URL https://opencores.org/ocsvn/scarts/scarts/trunk

Subversion Repositories scarts

[/] [scarts/] [trunk/] [toolchain/] [scarts-newlib/] [newlib-1.17.0/] [libgloss/] [scarts_16/] [devops_vec.h] - Rev 14

Go to most recent revision | Compare with Previous | Blame | View Log

#ifndef __DEVOPS_VEC_H__
#define __DEVOPS_VEC_H__
 
#include "devops.h"
#include "UART.h"
 
static const devops_t devops_UART = {"UART", UART_open, UART_close, UART_write, UART_read_line};
 
const devops_t *devops_vec[] =
{
  /* O: stdin */
  &devops_UART,
  /* 1: stdout */
  &devops_UART,
  /* 2: stderr */
  &devops_UART,
  0
};
 
#endif
 

Go to most recent revision | Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.