Home | History | Annotate | Line # | Download | only in clock
renesas-cpg-mssr.h revision 1.1.1.1.8.2
      1 /*	$NetBSD: renesas-cpg-mssr.h,v 1.1.1.1.8.2 2017/12/03 11:38:36 jdolecek Exp $	*/
      2 
      3 /*
      4  * Copyright (C) 2015 Renesas Electronics Corp.
      5  *
      6  * This program is free software; you can redistribute it and/or modify
      7  * it under the terms of the GNU General Public License as published by
      8  * the Free Software Foundation; either version 2 of the License, or
      9  * (at your option) any later version.
     10  */
     11 #ifndef __DT_BINDINGS_CLOCK_RENESAS_CPG_MSSR_H__
     12 #define __DT_BINDINGS_CLOCK_RENESAS_CPG_MSSR_H__
     13 
     14 #define CPG_CORE			0	/* Core Clock */
     15 #define CPG_MOD				1	/* Module Clock */
     16 
     17 #endif /* __DT_BINDINGS_CLOCK_RENESAS_CPG_MSSR_H__ */
     18