xref: /OK3568_Linux_fs/kernel/drivers/media/pci/cobalt/cobalt-v4l2.h (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyun /* SPDX-License-Identifier: GPL-2.0-only */
2*4882a593Smuzhiyun /*
3*4882a593Smuzhiyun  *  cobalt V4L2 API
4*4882a593Smuzhiyun  *
5*4882a593Smuzhiyun  *  Copyright 2012-2015 Cisco Systems, Inc. and/or its affiliates.
6*4882a593Smuzhiyun  *  All rights reserved.
7*4882a593Smuzhiyun  */
8*4882a593Smuzhiyun 
9*4882a593Smuzhiyun int cobalt_nodes_register(struct cobalt *cobalt);
10*4882a593Smuzhiyun void cobalt_nodes_unregister(struct cobalt *cobalt);
11