diff options
author | gber <gber@FreeBSD.org> | 2012-05-22 08:33:14 +0000 |
---|---|---|
committer | gber <gber@FreeBSD.org> | 2012-05-22 08:33:14 +0000 |
commit | a0e3acd0eedbb9da5995797acecd3217cf85dd0c (patch) | |
tree | 7f9303856f7047926cd49ff544aefb9b9b823229 /sys/dev/fdt/fdt_common.h | |
parent | c7e30562ca4666f65f2c70644a4d5424759fd2f6 (diff) | |
download | FreeBSD-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.h | 1 |
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> |