]> Git Repo - J-linux.git/blob - drivers/media/pci/cobalt/cobalt-cpld.h
Merge tag 'amd-drm-next-6.5-2023-06-09' of https://gitlab.freedesktop.org/agd5f/linux...
[J-linux.git] / drivers / media / pci / cobalt / cobalt-cpld.h
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3  *  Cobalt CPLD functions
4  *
5  *  Copyright 2012-2015 Cisco Systems, Inc. and/or its affiliates.
6  *  All rights reserved.
7  */
8
9 #ifndef COBALT_CPLD_H
10 #define COBALT_CPLD_H
11
12 #include "cobalt-driver.h"
13
14 void cobalt_cpld_status(struct cobalt *cobalt);
15 bool cobalt_cpld_set_freq(struct cobalt *cobalt, unsigned freq);
16
17 #endif
This page took 0.029242 seconds and 4 git commands to generate.