mirror of
https://github.com/reactos/reactos.git
synced 2024-11-03 21:34:00 +00:00
f74e30f8ca
svn path=/trunk/; revision=25449
17 lines
248 B
C
17 lines
248 B
C
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
#include <string.h>
|
|
#include "misc.h"
|
|
#include "any_op.h"
|
|
|
|
|
|
CPU_INT AnyalsingProcess()
|
|
{
|
|
/* FIXME it will set a name to the memory if we got one */
|
|
|
|
/* FIXME build the jump table */
|
|
|
|
return 0;
|
|
}
|
|
|
|
|