瀏覽代碼

efHotAgingTrendMining synchronousMemoryDatabase.c 姚强 commit at 2020-10-10

姚强 4 年之前
父節點
當前提交
193024e9c2
共有 1 個文件被更改,包括 30 次插入0 次删除
  1. 30 0
      efHotAgingTrendMining/analysisOfEnvironmentalFactors/synchronousMemoryDatabase.c

+ 30 - 0
efHotAgingTrendMining/analysisOfEnvironmentalFactors/synchronousMemoryDatabase.c

@@ -0,0 +1,30 @@
+/*
+ *  linux/arch/arm/mach-omap2/clock.c
+ *
+ *  Copyright (C) 2005-2008 Texas Instruments, Inc.
+ *  Copyright (C) 2004-2010 Nokia Corporation
+ *
+ *  Contacts:
+ *  Richard Woodruff <r-woodruff2@ti.com>
+ *  Paul Walmsley
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License version 2 as
+ * published by the Free Software Foundation.
+ */
+#undef DEBUG
+
+#include <linux/kernel.h>
+#include <linux/export.h>
+#include <linux/list.h>
+#include <linux/errno.h>
+#include <linux/err.h>
+#include <linux/delay.h>
+#include <linux/clk-provider.h>
+#include <linux/io.h>
+#include <linux/bitops.h>
+
+#include <asm/cpu.h>
+
+
+#include <trace/events/power.h>