Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-only */
0002 /*
0003  *  Atheros AR71XX/AR724X/AR913X common definitions
0004  *
0005  *  Copyright (C) 2008-2011 Gabor Juhos <juhosg@openwrt.org>
0006  *  Copyright (C) 2008 Imre Kaloz <kaloz@openwrt.org>
0007  *
0008  *  Parts of this file are based on Atheros' 2.6.15 BSP
0009  */
0010 
0011 #ifndef __ATH79_COMMON_H
0012 #define __ATH79_COMMON_H
0013 
0014 #include <linux/types.h>
0015 
0016 #define ATH79_MEM_SIZE_MIN  (2 * 1024 * 1024)
0017 #define ATH79_MEM_SIZE_MAX  (256 * 1024 * 1024)
0018 
0019 void ath79_ddr_ctrl_init(void);
0020 
0021 #endif /* __ATH79_COMMON_H */