Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Dec 2002 15:31:52 -0800 (PST)
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 22742 for review
Message-ID:  <200212252331.gBPNVqEh039656@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help

http://perforce.freebsd.org/chv.cgi?CH=22742

Change 22742 by marcel@marcel_nfs on 2002/12/25 15:31:16

	Add empty definition of bus_space_unmap(). It's used by puc(4).

Affected files ...

.. //depot/projects/ia64/sys/ia64/include/bus.h#6 edit

Differences ...

==== //depot/projects/ia64/sys/ia64/include/bus.h#6 (text+ko) ====

@@ -124,8 +124,11 @@
  * Unmap a region of device bus space.
  */
 
-void	bus_space_unmap(bus_space_tag_t t, bus_space_handle_t bsh,
-			bus_size_t size);
+static __inline void
+bus_space_unmap(bus_space_tag_t t __unused, bus_space_handle_t bsh __unused,
+                bus_size_t size __unused)
+{
+}
 
 /*
  * Get a new handle for a subregion of an already-mapped area of bus space.

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?200212252331.gBPNVqEh039656>