diff options
| author | Ian Lepore <ian@FreeBSD.org> | 2014-04-27 23:47:38 +0000 |
|---|---|---|
| committer | Ian Lepore <ian@FreeBSD.org> | 2014-04-27 23:47:38 +0000 |
| commit | 88b3694bd99d8e36e522461d3932cba2c260c178 (patch) | |
| tree | 6df248d0e56649268305cd7ec2374c68906a0976 /sys/arm/include | |
| parent | 17102f802f68859279ed105a0c30765cab7eb0d1 (diff) | |
Notes
Diffstat (limited to 'sys/arm/include')
| -rw-r--r-- | sys/arm/include/pl310.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/arm/include/pl310.h b/sys/arm/include/pl310.h index a3c42d8ab7d7..b4200a8dada2 100644 --- a/sys/arm/include/pl310.h +++ b/sys/arm/include/pl310.h @@ -161,6 +161,8 @@ pl310_write4(struct pl310_softc *sc, bus_size_t off, uint32_t val) bus_write_4(sc->sc_mem_res, off, val); } +void pl310_print_config(struct pl310_softc *sc); + void platform_pl310_init(struct pl310_softc *); void platform_pl310_write_ctrl(struct pl310_softc *, uint32_t); void platform_pl310_write_debug(struct pl310_softc *, uint32_t); |
