Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(422)

Side by Side Diff: chromeos/compat-wireless/include/pcmcia/cistpl.h

Issue 5326002: Update compat-wireless to 2.6.36-5-spn (Closed) Base URL: http://git.chromium.org/git/kernel.git@master
Patch Set: Fixes for !ACK handling, missing local changes, log message fixes Created 10 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 #include <linux/version.h>
2
3 #if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,36)
4 #include <pcmcia/cs_types.h>
5 #endif
6 #if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,37)
7 #include <pcmcia/cs.h>
8 #endif
9
10 #include_next <pcmcia/cistpl.h>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698