#include <stdio.h>
#include "AsmMacros.h"
#include "v86bios.h"
#include "pci.h"
Functions | |
int | port_rep_inb (CARD16 port, CARD8 *base, int d_f, CARD32 count) |
int | port_rep_inw (CARD16 port, CARD16 *base, int d_f, CARD32 count) |
int | port_rep_inl (CARD16 port, CARD32 *base, int d_f, CARD32 count) |
int | port_rep_outb (CARD16 port, CARD8 *base, int d_f, CARD32 count) |
int | port_rep_outw (CARD16 port, CARD16 *base, int d_f, CARD32 count) |
int | port_rep_outl (CARD16 port, CARD32 *base, int d_f, CARD32 count) |
|
|
|
|
|
|
|
|
|
|
|
|