diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2008-09-15 22:26:32 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2008-09-15 22:26:32 +0000 |
| commit | ca3d37955c7c41e64a80c97b3f1c1fa4e9ff4897 (patch) | |
| tree | c5d594dd29d8cb1dbd07768c75b6649ad621cee2 /sys/dev/ppc/ppcreg.h | |
| parent | 37e9511fcba3749b6c8d6cc176251210b27be78e (diff) | |
Notes
Diffstat (limited to 'sys/dev/ppc/ppcreg.h')
| -rw-r--r-- | sys/dev/ppc/ppcreg.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/ppc/ppcreg.h b/sys/dev/ppc/ppcreg.h index 25f3fc2db852..8464f9c0a3df 100644 --- a/sys/dev/ppc/ppcreg.h +++ b/sys/dev/ppc/ppcreg.h @@ -109,7 +109,8 @@ struct ppc_data { void *intr_cookie; - int ppc_registered; /* 1 if ppcintr() is the registered interrupt */ + struct intr_event *ppc_intr_event; + int ppc_child_handlers; }; /* |
