Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 May 2002 18:15:37 -0700 (PDT)
From:      Jake Burkholder <jake@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 11574 for review
Message-ID:  <200205200115.g4K1Fb561410@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=11574

Change 11574 by jake@jake_sparc64 on 2002/05/19 18:15:09

	Forward declare struct trapframe.

Affected files ...

... //depot/projects/sparc64/sys/sparc64/include/intr_machdep.h#19 edit

Differences ...

==== //depot/projects/sparc64/sys/sparc64/include/intr_machdep.h#19 (text+ko) ====

@@ -47,6 +47,8 @@
 #define	PIL_FAST	13	/* fast interrupts */
 #define	PIL_TICK	14
 
+struct trapframe;
+
 typedef	void ih_func_t(struct trapframe *);
 typedef	void iv_func_t(void *);
 

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200205200115.g4K1Fb561410>