Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 Jan 1999 16:40:36 -0500 (EST)
From:      zhihuizhang <bf20761@binghamton.edu>
To:        hackers <freebsd-hackers@FreeBSD.ORG>
Subject:   Re: interrupt unit number or clockframe?
Message-ID:  <Pine.SOL.L3.93.990130163656.9470A-100000@bingsun1>
In-Reply-To: <Pine.SOL.L3.93.990129195419.9907A-100000@bingsun1>

next in thread | previous in thread | raw e-mail | index | archive | help
> 
> 	static void clkintr(struct clockframe frame);
> 
I should have noticed that the above statement is different from the
following statement:

	static void clkintr(struct clockframe * frame);

Since we do not use asterisk in the source code, the C handler can be
passed an entire structure instead of an address of a structure.



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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.SOL.L3.93.990130163656.9470A-100000>