533071c4dd
All porting work was done by TOYOKURA Atsushi, with several minor adjustments for integration by me and nonaka@. His SL-C700 first running NetBSD/zaurus was demonstrated on NetBSD booth at Open Source Canference 2011 Tokyo/Fall: http://www.NetBSD.org/gallery/events.html#opensourceconf2011-tokyofall Note GENERIC kernel works on SL-C750/760/860 (and C1000/3x00) but for now SL-C700 requires its own kernel with special KERNEL_BASE_PHYS address due to zbsdmod.o loader restriction (probably caused its small 32MB RAM).
9 lines
207 B
C
9 lines
207 B
C
/* $NetBSD: w100lcdvar.h,v 1.1 2012/01/29 10:12:42 tsutsui Exp $ */
|
|
|
|
#ifndef _ZAURUS_DEV_W100LCDVAR_H_
|
|
#define _ZAURUS_DEV_W100LCDVAR_H_
|
|
|
|
void w100lcd_cnattach(void);
|
|
|
|
#endif /* _ZAURUS_DEV_W100LCDVAR_H_ */
|