Zephyr API Documentation  3.6.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
addr_types.h
Go to the documentation of this file.
1/* x86 address types (virtual, physical, etc) definitions */
2
3/*
4 * Copyright (c) 2015 Wind River Systems, Inc.
5 *
6 * SPDX-License-Identifier: Apache-2.0
7 */
8
9#ifndef ZEPHYR_INCLUDE_ARCH_X86_ADDR_TYPES_H_
10#define ZEPHYR_INCLUDE_ARCH_X86_ADDR_TYPES_H_
11
12#ifndef _ASMLANGUAGE
14typedef void *vaddr_t;
15#endif
16
17#endif /* ZEPHYR_INCLUDE_ARCH_X86_ADDR_TYPES_H_ */
uintptr_t paddr_t
Definition: addr_types.h:13
void * vaddr_t
Definition: addr_types.h:14
__UINTPTR_TYPE__ uintptr_t
Definition: stdint.h:105