xref: /netbsd-src/sys/external/gpl2/dts/dist/include/dt-bindings/clock/boston-clock.h (revision 15a984a0d95c8f96abe9717ee6241762c55dc106)
1 /*	$NetBSD: boston-clock.h,v 1.1.1.1 2017/10/28 10:30:32 jmcneill Exp $	*/
2 
3 /*
4  * Copyright (C) 2016 Imagination Technologies
5  *
6  * SPDX-License-Identifier:	GPL-2.0
7  */
8 
9 #ifndef __DT_BINDINGS_CLOCK_BOSTON_CLOCK_H__
10 #define __DT_BINDINGS_CLOCK_BOSTON_CLOCK_H__
11 
12 #define BOSTON_CLK_INPUT 0
13 #define BOSTON_CLK_SYS 1
14 #define BOSTON_CLK_CPU 2
15 
16 #endif /* __DT_BINDINGS_CLOCK_BOSTON_CLOCK_H__ */
17