plan9fox/sys/src/9/ppc/mtx.c
2011-03-30 19:35:09 +03:00

12 lines
177 B
C

/*
* 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"