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