Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-only */
0002 /*
0003  *  Cobalt CPLD functions
0004  *
0005  *  Copyright 2012-2015 Cisco Systems, Inc. and/or its affiliates.
0006  *  All rights reserved.
0007  */
0008 
0009 #ifndef COBALT_CPLD_H
0010 #define COBALT_CPLD_H
0011 
0012 #include "cobalt-driver.h"
0013 
0014 void cobalt_cpld_status(struct cobalt *cobalt);
0015 bool cobalt_cpld_set_freq(struct cobalt *cobalt, unsigned freq);
0016 
0017 #endif