18 lines
308 B
C
18 lines
308 B
C
#ifndef _INCLUDE_SYSDEP_H_
|
|
#define _INCLUDE_SYSDEP_H_
|
|
|
|
#include <stdio.h>
|
|
#include <string.h>
|
|
#include <sys/types.h>
|
|
#include <stdlib.h>
|
|
#include <stdint.h>
|
|
#include "mybfd.h"
|
|
#if 0
|
|
#define bfd_boolean int
|
|
#define bfd_vma unsigned long long
|
|
#endif
|
|
#define TRUE 1
|
|
#define FALSE 0
|
|
#include "aarch64.h"
|
|
|
|
#endif
|