xref: /linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/fuc/os.h (revision 0898782247ae533d1f4e47a06bc5d4870931b284)
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
10