summaryrefslogtreecommitdiffstats
path: root/sys/dev/fdt/fdt_common.h
diff options
context:
space:
mode:
authorgber <gber@FreeBSD.org>2012-05-22 08:33:14 +0000
committergber <gber@FreeBSD.org>2012-05-22 08:33:14 +0000
commita0e3acd0eedbb9da5995797acecd3217cf85dd0c (patch)
tree7f9303856f7047926cd49ff544aefb9b9b823229 /sys/dev/fdt/fdt_common.h
parentc7e30562ca4666f65f2c70644a4d5424759fd2f6 (diff)
downloadFreeBSD-src-a0e3acd0eedbb9da5995797acecd3217cf85dd0c.zip
FreeBSD-src-a0e3acd0eedbb9da5995797acecd3217cf85dd0c.tar.gz
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
Diffstat (limited to 'sys/dev/fdt/fdt_common.h')
-rw-r--r--sys/dev/fdt/fdt_common.h1
1 files changed, 1 insertions, 0 deletions
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 <sys/slicer.h>
#include <contrib/libfdt/libfdt_env.h>
#include <dev/ofw/ofw_bus.h>
#include <machine/fdt.h>
OpenPOWER on IntegriCloud