Git - code.swisschili.sh
code.swisschili.sh
/
bluejay
/
0db9775660ccd536415e554f08fe24374150b3ba
/
.
/
include
/
kernel
/
bf.h
blob: 9b7a95cb6b0646b692bee1523f9c89040347571f [
file
] [
log
] [
blame
]
#pragma
once
#include
<kint.h>
struct
binfmt
{
bool
(*
valid
)(
char
header
[
16
]);
void
(*
load
)(
uchar
*
buffer
,
uint
len
);
};