This commit also converts our own copyright headers to directly use SPDX, but leaves all other copyright header intact, only adding the SPDX ident. As far as possible this commit also merges multiple Data61 copyright statements/headers into one for consistency.
12 lines
194 B
C
12 lines
194 B
C
/*
|
|
* Copyright 2020, Data61, CSIRO (ABN 41 687 119 230)
|
|
*
|
|
* SPDX-License-Identifier: GPL-2.0-only
|
|
*/
|
|
|
|
#ifndef __MODE_STDINT_H
|
|
#define __MODE_STDINT_H
|
|
|
|
#define UINTPTR_MAX UINT64_MAX
|
|
|
|
#endif
|