/*===========================================================================
Copyright (c) 2015 by Qualcomm Technologies, Incorporated.  All Rights Reserved.
============================================================================*/

/*===========================================================================

                           EDIT HISTORY FOR FILE

This section contains comments describing changes made to this file.
Notice that changes are listed in reverse chronological order.
============================================================================*/
#ifndef __CGUESTVM_OPEN_H_
#define __CGUESTVM_OPEN_H_

#include "object.h"

Object CGuestVM_create();

#endif /* __CGUESTVM_OPEN_H_ */
