File: elfp.h

package info (click to toggle)
djstub 0.6-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 224 kB
  • sloc: ansic: 1,944; makefile: 69; sh: 68; asm: 15
file content (8 lines) | stat: -rw-r--r-- 87 bytes parent folder | download
1
2
3
4
5
6
7
8
#ifndef ELFP_H
#define ELFP_H

#include "stub.h"

extern struct ldops elf_ops;

#endif