1*433d6423SLionel Sambuc /* Part of libvboxfs - (c) 2012, D.C. van Moolenbroek */ 2*433d6423SLionel Sambuc 3*433d6423SLionel Sambuc #ifndef _VBOXFS_GLO_H 4*433d6423SLionel Sambuc #define _VBOXFS_GLO_H 5*433d6423SLionel Sambuc 6*433d6423SLionel Sambuc extern vbox_conn_t vboxfs_conn; 7*433d6423SLionel Sambuc extern vboxfs_root_t vboxfs_root; 8*433d6423SLionel Sambuc 9*433d6423SLionel Sambuc #endif /* !_VBOXFS_GLO_H */ 10