c05564c4d8
Android 13
21 lines
627 B
C
Executable file
21 lines
627 B
C
Executable file
/*
|
|
* Copyright (c) 2022 Samsung Electronics Co., Ltd All Rights Reserved
|
|
*
|
|
* This software is licensed under the terms of the GNU General Public
|
|
* License version 2, as published by the Free Software Foundation, and
|
|
* may be copied, distributed, and modified under those terms.
|
|
*
|
|
* This program is distributed in the hope that it will be useful,
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
* GNU General Public License for more details.
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
#include <linux/types.h>
|
|
|
|
#ifndef U32_MAX
|
|
#define U32_MAX ((u32)~0U)
|
|
#endif
|