blob: 25f9cd25f2806d2ebf99d5d0dc9b6e428e657107 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
/*
* Copyright (C) 2016 Imagination Technologies
*
* SPDX-License-Identifier: GPL-2.0
*/
#ifndef __DT_BINDINGS_CLOCK_BOSTON_CLOCK_H__
#define __DT_BINDINGS_CLOCK_BOSTON_CLOCK_H__
#define BOSTON_CLK_SYS 0
#define BOSTON_CLK_CPU 1
#endif /* __DT_BINDINGS_CLOCK_BOSTON_CLOCK_H__ */
|