DSP_DSP: Add return IPC headers
This commit is contained in:
parent
ff6db69c60
commit
2929b67c5f
2 changed files with 27 additions and 4 deletions
|
@ -18,6 +18,7 @@
|
|||
/// Detailed description of the error. This listing is likely incomplete.
|
||||
enum class ErrorDescription : u32 {
|
||||
Success = 0,
|
||||
OS_InvalidBufferDescriptor = 48,
|
||||
WrongAddress = 53,
|
||||
FS_NotFound = 120,
|
||||
FS_AlreadyExists = 190,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue