diff options
author | root <root@ps-pc.(none)> | 2014-07-09 21:25:21 +0300 |
---|---|---|
committer | root <root@ps-pc.(none)> | 2014-07-09 21:25:21 +0300 |
commit | ec4c2c43e00a0383bbe249d4a30419b7b0175079 (patch) | |
tree | b2bab65f43486fe161d917c8a7d03a76236fd2bc /boards/base/RaspberryPi/rpi_mailbox.h | |
parent | 0afcec1ddb9990b857ae06eadb8fbdbad86c9ca4 (diff) | |
parent | 2a40353883fe3574d668612e12c361dbd0e567b8 (diff) | |
download | uGFX-ec4c2c43e00a0383bbe249d4a30419b7b0175079.tar.gz uGFX-ec4c2c43e00a0383bbe249d4a30419b7b0175079.tar.bz2 uGFX-ec4c2c43e00a0383bbe249d4a30419b7b0175079.zip |
Merge branch 'pcf8812' of https://bitbucket.org/pashamray/ugfx into pcf8812
Diffstat (limited to 'boards/base/RaspberryPi/rpi_mailbox.h')
-rw-r--r-- | boards/base/RaspberryPi/rpi_mailbox.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/boards/base/RaspberryPi/rpi_mailbox.h b/boards/base/RaspberryPi/rpi_mailbox.h new file mode 100644 index 00000000..f3c03a26 --- /dev/null +++ b/boards/base/RaspberryPi/rpi_mailbox.h @@ -0,0 +1,7 @@ +#ifndef RPI_MAILBOX_H +#define RPI_MAILBOX_H + +extern unsigned int readmailbox(unsigned int channel); +extern void writemailbox(unsigned int channel, unsigned int data); + +#endif /* RPI_MAILBOX_H */ |