summaryrefslogtreecommitdiff
path: root/sys/src/9/ppc/mtx.c
blob: aaf8ebd7b76eb38dab2af17ec584cf4db4a96ff8 (plain)
1
2
3
4
5
6
7
8
9
10
11
/*
 *	mtx specific stuff:
 *		Interrupt handling
 */
#include	"u.h"
#include	"../port/lib.h"
#include	"mem.h"
#include	"dat.h"
#include	"io.h"
#include	"mtx.h"
#include	"fns.h"