Module Name:    src
Committed By:   matt
Date:           Tue Jun 14 06:49:31 UTC 2011

Modified Files:
        src/sys/arch/alpha/include: cpuconf.h

Log Message:
struct device * -> device_t


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/sys/arch/alpha/include/cpuconf.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/alpha/include/cpuconf.h
diff -u src/sys/arch/alpha/include/cpuconf.h:1.13 src/sys/arch/alpha/include/cpuconf.h:1.14
--- src/sys/arch/alpha/include/cpuconf.h:1.13	Fri Jul 27 00:25:19 2001
+++ src/sys/arch/alpha/include/cpuconf.h	Tue Jun 14 06:49:31 2011
@@ -1,4 +1,4 @@
-/*	$NetBSD: cpuconf.h,v 1.13 2001/07/27 00:25:19 thorpej Exp $	*/
+/*	$NetBSD: cpuconf.h,v 1.14 2011/06/14 06:49:31 matt Exp $	*/
 
 /*
  * Copyright (c) 1996 Christopher G. Demetriou.  All rights reserved.
@@ -65,7 +65,7 @@
 	 *	mcheck_handler	-	Platform Specific Machine Check Handler
 	 */
 	void	(*cons_init)(void);
-	void	(*device_register)(struct device *, void *);
+	void	(*device_register)(device_t, void *);
 	void	(*clockintr)(struct clockframe *);
 	void	(*mcheck_handler)(unsigned long, struct trapframe *,
 		    unsigned long, unsigned long);

Reply via email to