summaryrefslogtreecommitdiff
path: root/extra/usb_updater/verify_ro.h
blob: c37ba3a33752993e08231f1d2c63e471c5250b24 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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