23 lines
606 B
C
Executable file
23 lines
606 B
C
Executable file
/*
|
|
* drivers/usb/sunxi_usb/include/sunxi_sys_reg.h
|
|
* (C) Copyright 2010-2015
|
|
* Allwinner Technology Co., Ltd. <www.allwinnertech.com>
|
|
* javen, 2010-12-20, create this file
|
|
*
|
|
* usb register defination.
|
|
*
|
|
* This program is free software; you can redistribute it and/or
|
|
* modify it under the terms of the GNU General Public License as
|
|
* published by the Free Software Foundation; either version 2 of
|
|
* the License, or (at your option) any later version.
|
|
*
|
|
*/
|
|
|
|
#ifndef __SUNXI_SYS_REG_H__
|
|
#define __SUNXI_SYS_REG_H__
|
|
|
|
|
|
#define SRAMC_BASE 0x01c00000
|
|
|
|
#endif //__SUNXI_SYS_REG_H__
|
|
|