brintos

brintos / linux-shallow public Read only

0
0
Text · 204 B · ce05b6a Raw
12 lines · c
1/* SPDX-License-Identifier: MIT */2/*3 * Copyright © 2024 Intel Corporation4 */5#ifndef _XE_BARS_H_6#define _XE_BARS_H_7 8#define GTTMMADR_BAR			0 /* MMIO + GTT */9#define LMEM_BAR			2 /* VRAM */10 11#endif12