Skip to content
Snippets Groups Projects
Commit b04ff226 authored by Cédric Roux's avatar Cédric Roux
Browse files

fix compilation of ue_ip kernel module

May not be the best solution. Maybe we can pass -DXX=XX
on the command line somehow.
parent b65af94d
No related branches found
No related tags found
No related merge requests found
...@@ -57,6 +57,7 @@ ...@@ -57,6 +57,7 @@
#include "platform_types.h" #include "platform_types.h"
#include "sap.h" #include "sap.h"
#define MAKE_VERSION(a,b,c) ((a)*256+(b)*16+(c))
typedef struct ue_ip_priv_s { typedef struct ue_ip_priv_s {
int irq; int irq;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment