BEST PCIe driver
 All Data Structures Files Functions Variables Macros Pages
mailbox.h
1 /*
2  * mailbox.h
3  *
4  * Created on: Mar 14, 2014
5  * Author: jan
6  */
7 
8 #ifndef MAILBOX_H_
9 #define MAILBOX_H_
10 
11 #define MAILBOX_SEND_FULL_REG_OFFSET 0x0
12 #define MAILBOX_RECV_USEDW_REG_OFFSET 0x8
13 #define MAILBOX_SEND_MAIL_OFFSET 0x10
14 #define MAILBOX_RECV_MAIL_OFFSET 0x18
15 #define MAILBOX_SEND_DATA_OFFSET 0x40
16 #define MAILBOX_RECV_DATA_OFFSET 0x80
17 
18 #endif /* MAILBOX_H_ */