Merge pull request #34 from Wunkolo/pica-regs-helpers
Add missing header for regs.hpp
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
|
#include "helpers.hpp"
|
||||||
|
|
||||||
namespace PICAInternalRegs {
|
namespace PICAInternalRegs {
|
||||||
enum : u32 {
|
enum : u32 {
|
||||||
@@ -71,7 +72,7 @@ namespace PICAInternalRegs {
|
|||||||
FixedAttribData0 = 0x233,
|
FixedAttribData0 = 0x233,
|
||||||
FixedAttribData1 = 0x234,
|
FixedAttribData1 = 0x234,
|
||||||
FixedAttribData2 = 0x235,
|
FixedAttribData2 = 0x235,
|
||||||
|
|
||||||
// Command processor registers
|
// Command processor registers
|
||||||
CmdBufSize0 = 0x238,
|
CmdBufSize0 = 0x238,
|
||||||
CmdBufSize1 = 0x239,
|
CmdBufSize1 = 0x239,
|
||||||
|
|||||||
Reference in New Issue
Block a user