1 #ifndef __INIT_DOM_JSON_H 2 #define __INIT_DOM_JSON_H 3 4 /* 5 * Generate a stub JSON config for a domain with the given domid. 6 */ 7 int gen_stub_json_config(uint32_t domid); 8 9 #endif 10 /* 11 * Local variables: 12 * mode: C 13 * c-file-style: "BSD" 14 * c-basic-offset: 4 15 * tab-width: 4 16 * indent-tabs-mode: nil 17 * End: 18 */ 19