ref: e81c54ba2ecc673a4d5f8aed0e9b52841fe07b0d
dir: /utils/na/na.h/
#ifndef NA_H #define NA_H struct na_patch { unsigned lwoff; unsigned char type; }; int na_fixup(unsigned long *script, unsigned long pa_script, unsigned long pa_reg, struct na_patch *patch, int patches, int (*externval)(int x, unsigned long *v)); #endif