From a0e3acd0eedbb9da5995797acecd3217cf85dd0c Mon Sep 17 00:00:00 2001 From: gber Date: Tue, 22 May 2012 08:33:14 +0000 Subject: Add a new geom class which allows to divide NAND Flash chip into partitions. Partitions are created based on data in dts file which are extracted and interpreted by slicer. Obtained from: Semihalf Supported by: FreeBSD Foundation, Juniper Networks --- sys/dev/fdt/fdt_common.h | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/dev/fdt/fdt_common.h') diff --git a/sys/dev/fdt/fdt_common.h b/sys/dev/fdt/fdt_common.h index 0bedb91..7947428 100644 --- a/sys/dev/fdt/fdt_common.h +++ b/sys/dev/fdt/fdt_common.h @@ -32,6 +32,7 @@ #ifndef _FDT_COMMON_H_ #define _FDT_COMMON_H_ +#include #include #include #include -- cgit v1.1