/* 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', OptInfo = 'I', OptList = 'l', OptListProperties = 'p', OptMonitor = 'm', OptStream = 's', OptListControls = 256, OptStrictFormats = 257, }; #endif /* __CAM_MAIN_H__ */ /libcamera.git' title='libcamera/pinchartl/libcamera.git Git repository'/>
summaryrefslogtreecommitdiff
path: root/.clang-tidy
blob: b40e588a1a8168e59df9427a986b73d04366ba5f (plain)
1
2
Checks:		-clang-diagnostic-c99-designator
FormatStyle:	file