mirror of
https://github.com/tbsdtv/linux_media.git
synced 2025-07-23 12:43:29 +02:00
4 lines
82 B
C
4 lines
82 B
C
#include <types.h>
|
|
#define UINT64_MAX (u64)(~((u64) 0))
|
|
typedef long intptr_t;
|