This website works better with JavaScript.
Explore
Help
Sign In
jenna
/
kernel_samsung_sm7125
Watch
1
Star
0
Fork
You've already forked kernel_samsung_sm7125
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
88793
Commits
5
Branches
0
Tags
1.2 GiB
Tag:
Branch:
Tree:
b69a3f9dc0
fifteen
fourteen
tirimbino
urubino
urubino-ksu
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'b69a3f9dc0'
${ noResults }
kernel_samsung_sm7125
/
include
/
asm-x86
/
gpio.h
7 lines
100 B
Raw
Normal View
History
Unescape
Escape
x86: add generic GPIO support to x86 This patch adds the generic GPIO support to the x86 architecture. We do the same as for MIPS, we let the machine override the gpio callbacks and provide defaults one in mach-generic. Signed-off-by: Florian Fainelli <florian.fainelli@telecomint.eu> Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
17 years ago
#
ifndef _ASM_I386_GPIO_H
#
define _ASM_I386_GPIO_H
#
include
<gpio.h>
#
endif
/* _ASM_I386_GPIO_H */