blob: a88a751a4648dfc0a6c76f15e906ccc8956cc4f1 [file] [log] [blame]
Antonio Nino Diaz6ef16122018-08-15 19:51:09 +01001/*
2 * Copyright (c) 2018, ARM Limited and Contributors. All rights reserved.
3 *
4 * SPDX-License-Identifier: BSD-3-Clause
5 */
6
7#ifndef SIZET_
8typedef unsigned long size_t;
9#define SIZET_
10#endif