You've already forked linux-rockchip
mirror of
https://github.com/armbian/linux-rockchip.git
synced 2026-01-06 11:08:10 -08:00
10 lines
157 B
C
10 lines
157 B
C
|
|
#ifndef _LINUX_CONST_H
|
||
|
|
#define _LINUX_CONST_H
|
||
|
|
|
||
|
|
#include <uapi/linux/const.h>
|
||
|
|
|
||
|
|
#define UL(x) (_UL(x))
|
||
|
|
#define ULL(x) (_ULL(x))
|
||
|
|
|
||
|
|
#endif /* _LINUX_CONST_H */
|