timecounter.c (35728b8209ee7d25b6241a56304ee926469bd154) timecounter.c (6c7811c628a96fe00965622f3aa1cf272cb898f7)
1// SPDX-License-Identifier: GPL-2.0+
2/*
3 * Based on clocksource code. See commit 74d23cc704d1
1// SPDX-License-Identifier: GPL-2.0+
2/*
3 * Based on clocksource code. See commit 74d23cc704d1
4 *
5 * This program is free software; you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License as published by
7 * the Free Software Foundation; either version 2 of the License, or
8 * (at your option) any later version.
9 *
10 * This program is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 * GNU General Public License for more details.
14 */
15#include <linux/export.h>
16#include <linux/timecounter.h>
17
18void timecounter_init(struct timecounter *tc,
19 const struct cyclecounter *cc,
20 u64 start_tstamp)
21{

--- 88 unchanged lines hidden ---
4 */
5#include <linux/export.h>
6#include <linux/timecounter.h>
7
8void timecounter_init(struct timecounter *tc,
9 const struct cyclecounter *cc,
10 u64 start_tstamp)
11{

--- 88 unchanged lines hidden ---