Add generic gpio support to rdc, convert the led driver to be a platform driver, need to convert the flash driver as well

SVN-Revision: 8348
This commit is contained in:
Florian Fainelli
2007-08-06 14:15:57 +00:00
parent 9474a045bf
commit ca7294b986
8 changed files with 261 additions and 845 deletions

View File

@@ -0,0 +1,6 @@
#ifndef _ASM_I386_GPIO_H
#define _ASM_I386_GPIO_H
#include <gpio.h>
#endif /* _ASM_I386_GPIO_H */