mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-09 22:20:19 -04:00
11 lines
272 B
Plaintext
11 lines
272 B
Plaintext
# $NetBSD: files.flash,v 1.2 2011/06/28 18:14:11 ahoka Exp $
|
|
|
|
define flashbus { [offset = 0], [size = 0], [readonly = 0] }
|
|
|
|
device flash
|
|
attach flash at flashbus
|
|
file dev/flash/flash.c flash
|
|
file dev/flash/flash_io.c flash
|
|
|
|
defflag opt_flash.h FLASH_STATIC_PARTITIONS
|