OpenCores
URL https://opencores.org/ocsvn/1g_ethernet_dpi/1g_ethernet_dpi/trunk

Subversion Repositories 1g_ethernet_dpi

[/] [1g_ethernet_dpi/] [tags/] [vmblite_base/] [hw/] [src/] [rtl/] [wb_pio/] [drivers/] [wb_pio.h] - Blame information for rev 7

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 7 kuzmi4
#ifndef __WB_PIO_H__
2
#define __WB_PIO_H__
3
 
4
#ifdef __cplusplus
5
extern "C"
6
{
7
#endif
8
 
9
void wb_pio_init(int base);
10
int wb_pio_read(void);
11
void wb_pio_write(int data);
12
 
13
#ifdef __cplusplus
14
}
15
#endif
16
 
17
#endif

powered by: WebSVN 2.1.0

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