diff options
author | Becky Bruce | 2008-01-23 16:31:05 -0600 |
---|---|---|
committer | Jon Loeliger | 2008-01-24 12:12:51 -0600 |
commit | ddcebcb638715a6278da93b553d5016f99823816 (patch) | |
tree | 3bee1d9c2d7c38ab14b7cec2439f5ae9e489ae74 /include/asm-ppc | |
parent | 9cd32426f26a0567bb61f339edd83c6a2ce9bfc3 (diff) |
86xx: Add print_laws function to fsl_law.c
This can be used for debug, and will be used by board code
to help implement reginfo.
Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
Diffstat (limited to 'include/asm-ppc')
-rw-r--r-- | include/asm-ppc/fsl_law.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-ppc/fsl_law.h b/include/asm-ppc/fsl_law.h index 7cb8840dde7..23bd5057a71 100644 --- a/include/asm-ppc/fsl_law.h +++ b/include/asm-ppc/fsl_law.h @@ -73,6 +73,7 @@ struct law_entry { extern void set_law(u8 idx, phys_addr_t addr, enum law_size sz, enum law_trgt_if id); extern void disable_law(u8 idx); extern void init_laws(void); +extern void print_laws(void); /* define in board code */ extern struct law_entry law_table[]; |