diff options
| author | Rob Herring <robh@kernel.org> | 2018-03-08 10:21:07 -0500 |
|---|---|---|
| committer | Rob Herring <robh@kernel.org> | 2018-03-08 10:21:07 -0500 |
| commit | c679fa6e3aaa5c58fc514b5b88cfa82774b8d390 (patch) | |
| tree | 0c10b339368bd1795152a66a4e245e6f654fb3ec /include/linux/kcore.h | |
| parent | bdb7013df910681f84eff27b07791d4c160cb76f (diff) | |
| parent | 4fd98e374fd377ae0458a9dc44aa779cf9631ddd (diff) | |
Merge branch 'dtc-update' into dt/next
Diffstat (limited to 'include/linux/kcore.h')
| -rw-r--r-- | include/linux/kcore.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/kcore.h b/include/linux/kcore.h index 7ff25a808fef..80db19d3a505 100644 --- a/include/linux/kcore.h +++ b/include/linux/kcore.h | |||
| @@ -10,6 +10,7 @@ enum kcore_type { | |||
| 10 | KCORE_VMALLOC, | 10 | KCORE_VMALLOC, |
| 11 | KCORE_RAM, | 11 | KCORE_RAM, |
| 12 | KCORE_VMEMMAP, | 12 | KCORE_VMEMMAP, |
| 13 | KCORE_USER, | ||
| 13 | KCORE_OTHER, | 14 | KCORE_OTHER, |
| 14 | }; | 15 | }; |
| 15 | 16 | ||
