11 lines
193 B
C
11 lines
193 B
C
/* SPDX-License-Identifier: GPL-2.0 */
|
|
/*
|
|
* Copyright (C) 2024 Loongson Technology Corporation Limited
|
|
*/
|
|
#ifndef _ASM_API_CLOCK_H
|
|
#define _ASM_API_CLOCK_H
|
|
|
|
#include <asm/paravirt.h>
|
|
|
|
#endif
|