ref: f596580cba7c5b7bae84ee7cd83d2b2a438a1e9b
dir: /sys/src/cmd/aux/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