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

Subversion Repositories scarts

[/] [scarts/] [trunk/] [toolchain/] [scarts-newlib/] [newlib-1.17.0/] [libgloss/] [scarts_32/] [devops_vec.h] - Blame information for rev 9

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 9 jlechner
#ifndef __DEVOPS_VEC_H__
2
#define __DEVOPS_VEC_H__
3
 
4
#include "devops.h"
5
#include "UART.h"
6
 
7
static const devops_t devops_UART = {"UART", UART_open, UART_close, UART_write, UART_read_line};
8
 
9
const devops_t *devops_vec[] =
10
{
11
  /* O: stdin */
12
  &devops_UART,
13
  /* 1: stdout */
14
  &devops_UART,
15
  /* 2: stderr */
16
  &devops_UART,
17
 
18
};
19
 
20
#endif

powered by: WebSVN 2.1.0

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