blob: bb83fe96d28336b5460b770cbc737e444755262b [file] [log] [blame]
/*
* Copyright (c) 2020, Mediatek Inc. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
#ifndef UFS_ERR_HIST_H_
#define UFS_ERR_HIST_H_
#include "options.h"
void err_hist_help(char *tool_name);
int do_err_hist(struct tool_options *opt);
#endif /*UFS_ERR_HIST_H_*/