Warning: Attempt to read property "date" on null in /usr/local/www/websvn.planix.org/blame.php on line 247

Warning: Attempt to read property "msg" on null in /usr/local/www/websvn.planix.org/blame.php on line 247
WebSVN – planix.SVN – Blame – /os/branches/feature-vt/sys/src/cmd/aux/na/na.h – Rev 2

Subversion Repositories planix.SVN

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 - 1
#ifndef NA_H
2
#define NA_H
3
 
4
struct na_patch {
5
	unsigned lwoff;
6
	unsigned char type;
7
};
8
 
9
int na_fixup(unsigned long *script, unsigned long pa_script, unsigned long pa_reg,
10
    struct na_patch *patch, int patches,
11
    int (*externval)(int x, unsigned long *v));
12
 
13
#endif