mirror of
https://github.com/opnsense/src.git
synced 2026-03-19 17:29:02 -04:00
6 lines
59 B
C
6 lines
59 B
C
|
|
|
||
|
|
#ifndef _Pix_h
|
||
|
|
#define _Pix_h 1
|
||
|
|
typedef void* Pix;
|
||
|
|
#endif
|