kernel-brax3-ubuntu-touch/drivers/tee/teei/500/tz_driver/include/sched_status.h
erascape f319b992b1 kernel-5.15: Initial import brax3 UT kernel
* halium configs enabled

Signed-off-by: erascape <erascape@proton.me>
2025-09-23 15:17:10 +00:00

17 lines
357 B
C

/* SPDX-License-Identifier: GPL-2.0 */
/*
* Copyright (c) 2015-2019, MICROTRUST Incorporated
* All Rights Reserved.
*
*/
#ifndef SCHED_STATUS_H
#define SCHED_STATUS_H
#define GLSCH_NONE (0x00)
#define GLSCH_LOW (0x01)
#define GLSCH_HIGH (0x02)
#define GLSCH_NEG (0x03)
#define GLSCH_FOR_SOTER (0x04)
#endif /* end of SCHED_STATUS_H */