hc
2024-10-22 8ac6c7a54ed1b98d142dce24b11c6de6a1e239a5
kernel/tools/testing/vsock/control.h
....@@ -1,3 +1,4 @@
1
+/* SPDX-License-Identifier: GPL-2.0-only */
12 #ifndef CONTROL_H
23 #define CONTROL_H
34
....@@ -9,5 +10,6 @@
910 void control_writeln(const char *str);
1011 char *control_readln(void);
1112 void control_expectln(const char *str);
13
+bool control_cmpln(char *line, const char *str, bool fail);
1214
1315 #endif /* CONTROL_H */