- Sync with trunk up to r46941.
[reactos.git] / ntoskrnl / mm / elf64.c
1 /*
2 * COPYRIGHT: See COPYING in the top level directory
3 * PROJECT: ReactOS kernel
4 * FILE: ntoskrnl/mm/elf64.c
5 * PURPOSE: No purpose listed.
6 *
7 * PROGRAMMERS: No programmer listed.
8 */
9 #include <ntoskrnl.h>
10 #define __ELF_WORD_SIZE 64
11 #include "elf.inc.h"