FreeBASIC  0.91.0
hook_ports.c File Reference
#include "fb.h"
Include dependency graph for hook_ports.c:

Go to the source code of this file.

Functions

FBCALL int fb_In (unsigned short port)
 
FBCALL int fb_Out (unsigned short port, unsigned char value)
 
FBCALL int fb_Wait (unsigned short port, int and, int xor)
 

Function Documentation

FBCALL int fb_In ( unsigned short  port)

Definition at line 6 of file hook_ports.c.

Here is the call graph for this function:

Here is the caller graph for this function:

FBCALL int fb_Out ( unsigned short  port,
unsigned char  value 
)

Definition at line 23 of file hook_ports.c.

Here is the call graph for this function:

FBCALL int fb_Wait ( unsigned short  port,
int  and,
int  xor 
)

Definition at line 40 of file hook_ports.c.

Here is the call graph for this function: