mirror of
https://github.com/reactos/reactos.git
synced 2024-11-04 13:52:30 +00:00
9ea495ba33
svn path=/branches/header-work/; revision=45691
11 lines
295 B
C
11 lines
295 B
C
/*
|
|
* COPYRIGHT: See COPYING in the top level directory
|
|
* PROJECT: ReactOS kernel
|
|
* FILE: ntoskrnl/mm/elf64.c
|
|
* PURPOSE: No purpose listed.
|
|
*
|
|
* PROGRAMMERS: No programmer listed.
|
|
*/
|
|
#include <ntoskrnl.h>
|
|
#define __ELF_WORD_SIZE 64
|
|
#include "elf.inc.h"
|