Set correct name for mailbox

This commit is contained in:
F5OEO 2018-03-18 21:41:07 +00:00
parent a5e96ac086
commit 2d00e1c63a

View file

@ -33,7 +33,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#define MAJOR_NUM_B 100
#define IOCTL_MBOX_PROPERTY _IOWR(MAJOR_NUM_B, 0, char *)
#define LOCAL_DEVICE_FILE_NAME "/dev/rpidatv-mb"
#define LOCAL_DEVICE_FILE_NAME "/dev/librpitx"
#define VCIO_DEVICE_FILE_NAME "/dev/vcio"
#define PAGE_SIZE (4*1024)