Author: ros-arm-bringup Date: Sun Jul 27 21:15:40 2008 New Revision: 34886
URL: http://svn.reactos.org/svn/reactos?rev=34886&view=rev Log: - Define the "generic" versions of the ARM-specific HAL routines. - Now the generic HAL builds without linker errors.
Modified: trunk/reactos/hal/hal/hal.c
Modified: trunk/reactos/hal/hal/hal.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/hal/hal/hal.c?rev=34886&... ============================================================================== --- trunk/reactos/hal/hal/hal.c [iso-8859-1] (original) +++ trunk/reactos/hal/hal/hal.c [iso-8859-1] Sun Jul 27 21:15:40 2008 @@ -1083,4 +1083,23 @@ UNIMPLEMENTED; }
+VOID +HalSweepDcache(VOID) +{ + UNIMPLEMENTED; +} + +VOID +HalSweepIcache(VOID) +{ + UNIMPLEMENTED; +} + +ULONG +HalGetInterruptSource(VOID) +{ + UNIMPLEMENTED; + return 0; +} + /* EOF */