xref: /minix3/minix/drivers/vmm_guest/vbox/proto.h (revision 433d6423c39e34ec4b79c950597bb2d236f886be)
1*433d6423SLionel Sambuc #ifndef _VBOX_PROTO_H
2*433d6423SLionel Sambuc #define _VBOX_PROTO_H
3*433d6423SLionel Sambuc 
4*433d6423SLionel Sambuc /* err.c */
5*433d6423SLionel Sambuc extern int convert_err(int code);
6*433d6423SLionel Sambuc 
7*433d6423SLionel Sambuc /* hgcm.c */
8*433d6423SLionel Sambuc extern void hgcm_message(message *m_ptr, int ipc_status);
9*433d6423SLionel Sambuc extern void hgcm_intr(void);
10*433d6423SLionel Sambuc 
11*433d6423SLionel Sambuc /* vbox.c */
12*433d6423SLionel Sambuc extern int vbox_request(struct VMMDevRequestHeader *header, phys_bytes addr,
13*433d6423SLionel Sambuc 	int type, size_t size);
14*433d6423SLionel Sambuc 
15*433d6423SLionel Sambuc #endif /* _VBOX_PROTO_H */
16