add core cmd

This commit is contained in:
rsc 2005-01-18 20:26:26 +00:00
parent 170d47ee1f
commit 20173464d2
4 changed files with 65 additions and 0 deletions

View file

@ -221,6 +221,7 @@ struct Elf
ulong dynamic; /* offset to elf dynamic crap */
int (*coreregs)(Elf*, ElfNote*, uchar**);
int (*corecmd)(Elf*, ElfNote*, char**);
};
Elf* elfopen(char*);