summaryrefslogtreecommitdiff
path: root/dtc.h
diff options
context:
space:
mode:
authorKumar Gala <galak@kernel.crashing.org>2007-11-28 10:21:12 -0600
committerJon Loeliger <jdl@freescale.com>2007-12-04 07:26:47 -0600
commit2b7dc8dce549ad72ad437b254bf756d7ba4c2a5a (patch)
tree283f79de68c8ce5d2ee125780372eea046e7bcd2 /dtc.h
parent7c44c2f9cb1cc2df7aacd13decfc4e64b73d1730 (diff)
downloaddtc-2b7dc8dce549ad72ad437b254bf756d7ba4c2a5a.tar.gz
Add an option to pad the blob that is generated
There are times when we need extra space in the blob and just want to have it added on w/o know the exact size to make it. The padding and min size options are mutually exclusive. Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'dtc.h')
-rw-r--r--dtc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/dtc.h b/dtc.h
index ad21e0d..ef91c4c 100644
--- a/dtc.h
+++ b/dtc.h
@@ -43,6 +43,7 @@
extern int quiet; /* Level of quietness */
extern int reservenum; /* Number of memory reservation slots */
extern int minsize; /* Minimum blob size */
+extern int padsize; /* Additional padding to blob */
static inline void __attribute__((noreturn)) die(char * str, ...)
{