diff --git a/asminc/joy-kernel.inc b/asminc/joy-kernel.inc index 97a03f38f..7f600ed1b 100644 --- a/asminc/joy-kernel.inc +++ b/asminc/joy-kernel.inc @@ -61,6 +61,7 @@ JOY_API_VERSION = $01 ; Variables .global _joy_drv ; Pointer to driver + .global _joy_masks ;------------------------------------------------------------------------------ ; Driver entry points @@ -71,7 +72,7 @@ JOY_API_VERSION = $01 .global joy_read ;------------------------------------------------------------------------------ -; ASM functions +; C callable functions .global _joy_unload .global _joy_install