Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 3031 → Rev 2966

/drivers/ddk/Makefile
29,7 → 29,6
linux/dmapool.c \
linux/ctype.c \
linux/string.c \
linux/time.c \
malloc/malloc.c \
stdio/vsprintf.c \
string/_memmove.S \
/drivers/ddk/core.S
35,8 → 35,6
 
.global _MapIoMem
 
.global _MapPage
 
.global _MutexInit
.global _MutexLock
.global _MutexUnlock
97,8 → 95,6
 
.def _MapIoMem; .scl 2; .type 32; .endef
 
.def _MapPage; .scl 2; .type 32; .endef
 
.def _MutexInit; .scl 2; .type 32; .endef
.def _MutexLock; .scl 2; .type 32; .endef
.def _MutexUnlock; .scl 2; .type 32; .endef
159,8 → 155,6
 
_MapIoMem:
 
_MapPage:
 
_MutexInit:
_MutexLock:
_MutexUnlock:
225,7 → 219,6
.ascii " -export:KernelFree" # stdcall
 
.ascii " -export:MapIoMem" # stdcall
.ascii " -export:MapPage" # stdcall
 
.ascii " -export:MutexInit" # fastcall
.ascii " -export:MutexLock" # fastcall
/drivers/ddk/linux/time.c
File deleted
/drivers/ddk/stdio/vsprintf.c
24,7 → 24,6
#include <linux/kernel.h>
#include <errno-base.h>
#include <linux/ioport.h>
#include <linux/export.h>
 
#include <asm/div64.h>