boston-clock.h 286 B

123456789101112
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. /*
  3. * Copyright (C) 2016 Imagination Technologies
  4. */
  5. #ifndef __DT_BINDINGS_CLOCK_BOSTON_CLOCK_H__
  6. #define __DT_BINDINGS_CLOCK_BOSTON_CLOCK_H__
  7. #define BOSTON_CLK_SYS 0
  8. #define BOSTON_CLK_CPU 1
  9. #endif /* __DT_BINDINGS_CLOCK_BOSTON_CLOCK_H__ */