2002-11-29 14:46:56 +00:00
|
|
|
;
|
|
|
|
; Ullrich von Bassewitz, 2002-11-29
|
|
|
|
;
|
|
|
|
; void* __fastcall__ em_map (unsigned page);
|
|
|
|
; /* Unmap the current page from memory and map a new one. The function returns
|
2014-06-30 05:10:35 -04:00
|
|
|
; ** a pointer to the location of the page in memory.
|
|
|
|
; */
|
2002-11-29 14:46:56 +00:00
|
|
|
|
|
|
|
|
|
|
|
.include "em-kernel.inc"
|
|
|
|
|
2013-05-09 13:56:54 +02:00
|
|
|
_em_map = emd_map ; Use driver entry
|
2002-11-29 14:46:56 +00:00
|
|
|
|