| .. | .. |
|---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-or-later */ |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * clk-si5351.h: Silicon Laboratories Si5351A/B/C I2C Clock Generator |
|---|
| 3 | 4 | * |
|---|
| 4 | 5 | * Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> |
|---|
| 5 | 6 | * Rabeeh Khoury <rabeeh@solid-run.com> |
|---|
| 6 | | - * |
|---|
| 7 | | - * This program is free software; you can redistribute it and/or modify it |
|---|
| 8 | | - * under the terms of the GNU General Public License as published by the |
|---|
| 9 | | - * Free Software Foundation; either version 2 of the License, or (at your |
|---|
| 10 | | - * option) any later version. |
|---|
| 11 | 7 | */ |
|---|
| 12 | 8 | |
|---|
| 13 | 9 | #ifndef _CLK_SI5351_H_ |
|---|