summaryrefslogtreecommitdiff
path: root/extra/usb_updater/verify_ro.h
diff options
context:
space:
mode:
Diffstat (limited to 'extra/usb_updater/verify_ro.h')
-rw-r--r--extra/usb_updater/verify_ro.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/extra/usb_updater/verify_ro.h b/extra/usb_updater/verify_ro.h
new file mode 100644
index 0000000000..c37ba3a337
--- /dev/null
+++ b/extra/usb_updater/verify_ro.h
@@ -0,0 +1,15 @@
+/*
+ * Copyright 2018 The Chromium OS Authors. All rights reserved.
+ * Use of this source code is governed by a BSD-style license that can be
+ * found in the LICENSE file.
+ */
+
+#ifndef __EXTRA_USB_UPDATER_VERIFY_RO_H
+#define __EXTRA_USB_UPDATER_VERIFY_RO_H
+
+#include "gsctool.h"
+
+int verify_ro(struct transfer_descriptor *td,
+ const char *desc_file_name);
+
+#endif // __EXTRA_USB_UPDATER_VERIFY_RO_H