mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
mrsas(4) fix build on targets that don't define PTRIN.
This commit is contained in:
parent
d43bf55fc5
commit
e133103ab6
1 changed files with 4 additions and 0 deletions
|
|
@ -55,6 +55,10 @@ struct mrsas_passthru_cmd {
|
|||
int complete;
|
||||
};
|
||||
|
||||
#ifndef PTRIN
|
||||
#define PTRIN(p) ((void *)(uintptr_t)(p))
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Function prototypes
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue