]> git.droids-corp.org - dpdk.git/blobdiff - examples/vm_power_manager/parse.h
doc: add patch dependency syntax to contributing guide
[dpdk.git] / examples / vm_power_manager / parse.h
index a5971e9a2819f7a1609d77378b45c654d165eeb0..892dee449fbc096f646823a27b5705811237d404 100644 (file)
@@ -12,6 +12,9 @@ extern "C" {
 int
 parse_set(const char *, uint16_t [], unsigned int);
 
+int
+parse_branch_ratio(const char *input, float *branch_ratio);
+
 #ifdef __cplusplus
 }
 #endif