Made it independent.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5043 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -5,12 +5,14 @@
|
|||||||
#ifndef _KERNEL_ELF_PRIV_H
|
#ifndef _KERNEL_ELF_PRIV_H
|
||||||
#define _KERNEL_ELF_PRIV_H
|
#define _KERNEL_ELF_PRIV_H
|
||||||
|
|
||||||
|
|
||||||
|
#include <ktypes.h>
|
||||||
#include <elf32.h>
|
#include <elf32.h>
|
||||||
#include <image.h>
|
#include <image.h>
|
||||||
|
|
||||||
|
|
||||||
struct elf_region {
|
struct elf_region {
|
||||||
region_id id;
|
area_id id;
|
||||||
addr start;
|
addr start;
|
||||||
addr size;
|
addr size;
|
||||||
long delta;
|
long delta;
|
||||||
|
|||||||
Reference in New Issue
Block a user