#include <linux/delay.h>
-#include "ast_dram_tables.h"
#include "ast_drv.h"
+#include "ast_post.h"
/*
* POST
#include <linux/delay.h>
-#include "ast_dram_tables.h"
#include "ast_drv.h"
+#include "ast_post.h"
/*
* POST
+++ /dev/null
-/* SPDX-License-Identifier: GPL-2.0 */
-#ifndef AST_DRAM_TABLES_H
-#define AST_DRAM_TABLES_H
-
-/* DRAM timing tables */
-struct ast_dramstruct {
- u16 index;
- u32 data;
-};
-
-#endif
struct ast_device;
+/* DRAM timing tables */
+struct ast_dramstruct {
+ u16 index;
+ u32 data;
+};
+
u32 __ast_mindwm(void __iomem *regs, u32 r);
void __ast_moutdwm(void __iomem *regs, u32 r, u32 v);