summaryrefslogtreecommitdiff
path: root/src/cam/main.h
blob: fff81b1f6c860b57649e40c2e2bb1e9ee90e95b1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/* SPDX-License-Identifier: GPL-2.0-or-later */
/*
 * Copyright (C) 2019, Google Inc.
 *
 * main.h - Cam application
 */
#ifndef __CAM_MAIN_H__
#define __CAM_MAIN_H__

enum {
	OptCamera = 'c',
	OptCapture = 'C',
	OptFile = 'F',
	OptHelp = 'h',
	OptList = 'l',
	OptStream = 's',
};

#endif /* __CAM_MAIN_H__ */