cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

vpu_msgs.h (336B)


      1/* SPDX-License-Identifier: GPL-2.0 */
      2/*
      3 * Copyright 2020-2021 NXP
      4 */
      5
      6#ifndef _AMPHION_VPU_MSGS_H
      7#define _AMPHION_VPU_MSGS_H
      8
      9int vpu_isr(struct vpu_core *core, u32 irq);
     10void vpu_inst_run_work(struct work_struct *work);
     11void vpu_msg_run_work(struct work_struct *work);
     12void vpu_msg_delayed_work(struct work_struct *work);
     13
     14#endif