1 /* $NetBSD: boston-clock.h,v 1.1.1.1.2.2 2017/12/03 11:38:35 jdolecek 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