blob: f91ed9c885aea4231767d0fb24801253f75bdebf (
plain)
1
2
3
4
5
6
7
8
9
10
|
/* SPDX-License-Identifier: BSD-3-Clause
* Copyright(c) 2010-2015 Intel Corporation
*/
#ifndef _MAIN_H_
#define _MAIN_H_
int main(int argc, char *argv[]);
#endif /* ifndef _MAIN_H_ */
|