mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-22 08:37:57 +08:00
bsp/pc386: Provide local outb() for elink driver
This commit is contained in:
@@ -35,7 +35,12 @@
|
||||
|
||||
#include "elink.h"
|
||||
|
||||
extern void outb( unsigned short io_addr, unsigned char out_data );
|
||||
#include <bsp.h>
|
||||
|
||||
static void outb( unsigned short io_addr, unsigned char out_data )
|
||||
{
|
||||
outport_byte( io_addr, out_data );
|
||||
}
|
||||
|
||||
/*
|
||||
* Issue a `global reset' to all cards. We have to be careful to do this only
|
||||
|
||||
Reference in New Issue
Block a user