1 // SPDX-License-Identifier: GPL-2.0 2 /* 3 * Copyright 2018 NXP 4 */ 5 6 #ifndef __RTC_H 7 #define __RTC_H 8 9 #include "dprtc.h" 10 #include "dprtc-cmd.h" 11 12 extern int dpaa2_phc_index; 13 14 #endif 15