Welcome to mirror list, hosted at ThFree Co, Russian Federation.

lantiq.h « linux « include - github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 67921169d84d064b3cf279039faf1aea8c3e22f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/* SPDX-License-Identifier: GPL-2.0 */

#ifndef __LINUX_LANTIQ_H
#define __LINUX_LANTIQ_H

#ifdef CONFIG_LANTIQ
#include <lantiq_soc.h>
#else

#ifndef LTQ_EARLY_ASC
#define LTQ_EARLY_ASC 0
#endif

#ifndef CPHYSADDR
#define CPHYSADDR(a) 0
#endif

static inline struct clk *clk_get_fpi(void)
{
	return NULL;
}
#endif /* CONFIG_LANTIQ */
#endif /* __LINUX_LANTIQ_H */