summaryrefslogtreecommitdiff
path: root/include/libcamera/libcamera.h
blob: 64857326a0b042a76ef9b7c59c8e50815c6ee103 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/* SPDX-License-Identifier: LGPL-2.1-or-later */
/*
 * Copyright (C) 2018, Google Inc.
 *
 * libcamera.h - libcamera public API
 */
#ifndef __LIBCAMERA_LIBCAMERA_H__
#define __LIBCAMERA_LIBCAMERA_H__

class libcamera
{
public:
	void init_lib(void);
};

#endif /* __LIBCAMERA_LIBCAMERA_H__ */