X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=blobdiff_plain;f=guest%2Flinux%2Fhvm-ros%2Fv3_hvm_ros_user.h;fp=guest%2Flinux%2Fhvm-ros%2Fv3_hvm_ros_user.h;h=96c8262b3948d9ab33d7861cdbb78c4a33ae9976;hp=21011082b18f74de0258854eab7bcddac37b4273;hb=d13fa71cb7a372c39ea92aaa69d74d63d9e0ed8e;hpb=0205b0a0d6ad39a783330299f8afca735cf9a459 diff --git a/guest/linux/hvm-ros/v3_hvm_ros_user.h b/guest/linux/hvm-ros/v3_hvm_ros_user.h index 2101108..96c8262 100644 --- a/guest/linux/hvm-ros/v3_hvm_ros_user.h +++ b/guest/linux/hvm-ros/v3_hvm_ros_user.h @@ -13,6 +13,11 @@ int v3_hvm_ros_user_init(); int v3_hvm_ros_user_deinit(); +// Replace the existing HRT with a new one +// - this does not boot the new HRT +// - the intial image is the one given in the .pal config +int v3_hvm_ros_install_hrt_image(void *image, uint64_t size); + typedef enum {RESET_HRT, RESET_ROS, RESET_BOTH} reset_type; int v3_hvm_ros_reset(reset_type what);