mirror of
https://github.com/seL4/seL4.git
synced 2026-04-05 06:49:54 +00:00
All the kernel header files now use pargma once rather than the ifndef, as the pre-processed C files do not change while header files are protected with pargma once. This will also solve any naming issues caused by ifndef.
10 lines
151 B
C
10 lines
151 B
C
/*
|
|
* Copyright 2020, Data61, CSIRO (ABN 41 687 119 230)
|
|
*
|
|
* SPDX-License-Identifier: GPL-2.0-only
|
|
*/
|
|
#pragma once
|
|
|
|
#define UINTPTR_MAX UINT32_MAX
|
|
|