12 lines
327 B
C
12 lines
327 B
C
/*********************************************************************
|
|
* Copyright (c) Intel Corporation 2019 - 2020
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
**********************************************************************/
|
|
|
|
#ifndef __USAGE_H__
|
|
#define __USAGE_H__
|
|
|
|
void usage_show_help();
|
|
void usage_show_version();
|
|
|
|
#endif |