1 /* SPDX-License-Identifier: MIT */ 2 #ifndef __NVKM_GRAPH_OS_H__ 3 #define __NVKM_GRAPH_OS_H__ 4 5 #define E_BAD_COMMAND 0x00000001 6 #define E_CMD_OVERFLOW 0x00000002 7 #define E_BAD_FWMTHD 0x00000003 8 9 #endif