Created
June 28, 2015 12:38
-
-
Save Meroje/0b782386a13d89bff072 to your computer and use it in GitHub Desktop.
DVB HDHomerun
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
__devinit est déprecié, ajouter: | |
``` | |
#ifndef __devinit | |
#define __devinit | |
#define __devinitdata | |
#endif | |
``` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment