summaryrefslogtreecommitdiff
path: root/sys/src/cmd/aux/na/na.h
blob: ef8bc3cde5440d26249ff7fad66ffc608e745135 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#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