summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2016-09-14 09:16:19 +0100
committerpopcornmix <popcornmix@gmail.com>2017-02-04 19:22:57 +0000
commit207c380da679f31a62a1bb604dd22834d902acaf (patch)
tree71a0972e97a2a8220a1e74df4087702f8fb09f37 /include
parentb5282b49812b3f0ec18f2b998f6070b9af34edf6 (diff)
downloadlinux-rpi3-207c380da679f31a62a1bb604dd22834d902acaf.tar.gz
linux-rpi3-207c380da679f31a62a1bb604dd22834d902acaf.tar.bz2
linux-rpi3-207c380da679f31a62a1bb604dd22834d902acaf.zip
raspberrypi-firmware: Export the general transaction function.
The vc4-firmware-kms module is going to be doing the MBOX FB call. Signed-off-by: Eric Anholt <eric@anholt.net>
Diffstat (limited to 'include')
-rw-r--r--include/soc/bcm2835/raspberrypi-firmware.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/soc/bcm2835/raspberrypi-firmware.h b/include/soc/bcm2835/raspberrypi-firmware.h
index e92278968b2b..09e3d871d110 100644
--- a/include/soc/bcm2835/raspberrypi-firmware.h
+++ b/include/soc/bcm2835/raspberrypi-firmware.h
@@ -131,5 +131,6 @@ int rpi_firmware_property(struct rpi_firmware *fw,
int rpi_firmware_property_list(struct rpi_firmware *fw,
void *data, size_t tag_size);
struct rpi_firmware *rpi_firmware_get(struct device_node *firmware_node);
+int rpi_firmware_transaction(struct rpi_firmware *fw, u32 chan, u32 data);
#endif /* __SOC_RASPBERRY_FIRMWARE_H__ */