kernel_samsung_a34x-permissive/drivers/tee/tzdev/5.0.0/tzdev_limits.h
2024-04-28 15:49:01 +02:00

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