]> git.sur5r.net Git - cc65/blobdiff - include/em/em-kernel.h
Removed (pretty inconsistently used) tab chars from source code base.
[cc65] / include / em / em-kernel.h
index 63939e04fe5c22923a95fa0d7a21405cf7da18f2..48cbbe8f7606d32d934ed22452178c3d9e089e76 100644 (file)
@@ -6,10 +6,10 @@
 /*                                                                           */
 /*                                                                           */
 /*                                                                           */
-/* (C) 2002      Ullrich von Bassewitz                                       */
-/*               Wacholderweg 14                                             */
-/*               D-70597 Stuttgart                                           */
-/* EMail:        uz@musoftware.de                                            */
+/* (C) 2002-2003 Ullrich von Bassewitz                                       */
+/*               Römerstrasse 52                                             */
+/*               D-70794 Filderstadt                                         */
+/* EMail:        uz@cc65.org                                                 */
 /*                                                                           */
 /*                                                                           */
 /* This software is provided 'as-is', without any expressed or implied       */
@@ -58,8 +58,9 @@ typedef struct {
     void*               deinstall;      /* DEINSTALL routine */
     void*               pagecount;      /* PAGECOUNT routine */
     void*               map;            /* MAP routine */
+    void*               use;            /* USE routine */
     void*               mapclean;       /* MAPCLEAN routine */
-    void*              copyfrom;       /* COPYFROM routine */
+    void*               copyfrom;       /* COPYFROM routine */
     void*               copyto;         /* COPYTO routine */
 
 } em_drv_header;
@@ -67,22 +68,7 @@ typedef struct {
 
 
 /* EM kernel variables */
-extern em_drv_header*          em_drv;         /* Pointer to driver */
-
-
-
-
-/*****************************************************************************/
-/*                                Functions                                 */
-/*****************************************************************************/
-
-
-
-unsigned char __fastcall__ em_install (void* driver);
-/* Install the driver once it is loaded, return an error code. */
-
-void __fastcall__ em_deinstall (void);
-/* Deinstall the driver before unloading it */
+extern em_drv_header*   em_drv;         /* Pointer to driver */