blob: 0197a282460be6813416c1e85622f0fe0c4db6c5 [file] [log] [blame]
/* SPDX-License-Identifier: MIT */
/*
* Copyright © 2022 Intel Corporation
*/
#ifndef _XE_WOPCM_H_
#define _XE_WOPCM_H_
#include "xe_wopcm_types.h"
struct xe_device;
int xe_wopcm_init(struct xe_wopcm *wopcm);
u32 xe_wopcm_size(struct xe_device *xe);
#endif