diff options
author | midipix <writeonce@midipix.org> | 2015-11-21 21:17:19 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2016-11-10 23:35:25 -0500 |
commit | bbf9e9debd761b5c5024d8417ad38e1cadc70d5b (patch) | |
tree | 7a5b208769256db03f1888a6f9be02dd85108d78 /src/internal | |
parent | 1b12c372a5e411176d2c6e8ece9019de63f6bb5e (diff) | |
download | perk-bbf9e9debd761b5c5024d8417ad38e1cadc70d5b.tar.bz2 perk-bbf9e9debd761b5c5024d8417ad38e1cadc70d5b.tar.xz |
driver integration 1/9: remove old (ad-hoc) driver, prepare source tree.
Diffstat (limited to 'src/internal')
-rw-r--r-- | src/internal/perk_impl.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/src/internal/perk_impl.h b/src/internal/perk_impl.h index a47391c..bda7581 100644 --- a/src/internal/perk_impl.h +++ b/src/internal/perk_impl.h @@ -4,20 +4,6 @@ #include <stdint.h> #include <endian.h> -/* internal structures */ -struct perk_ctx { - int argc; - char ** argv; - char ** envp; - const char * fname; - int status; - int flags; - int fd; - FILE * fout; - FILE * tmp; - struct pe_raw_image map; -}; - #if (BYTE_ORDER == LITTLE_ENDIAN) static inline uint16_t pe_read_short(const unsigned char * raw) |