mrsas(4) fix build on targets that don't define PTRIN.

This commit is contained in:
Doug Ambrisko 2023-04-28 13:12:32 -07:00
parent d43bf55fc5
commit e133103ab6

View File

@ -55,6 +55,10 @@ struct mrsas_passthru_cmd {
int complete;
};
#ifndef PTRIN
#define PTRIN(p) ((void *)(uintptr_t)(p))
#endif
/*
* Function prototypes
*/