aboutsummaryrefslogtreecommitdiffstats
path: root/boards/base/RaspberryPi/rpi_mailbox.h
blob: f3c03a26d0fc3f9428a919489f4164509d3f29e8 (plain)
1
2
3
4
5
6
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 */