Rename bootbufferthing to artifact

This commit is contained in:
Ryan Dwyer
2022-08-06 10:03:50 +10:00
parent 7364fb8e0e
commit 03cedcf233
12 changed files with 135 additions and 126 deletions
+6 -6
View File
@@ -13,12 +13,12 @@ void __scAppendList(OSSched *sc, OSScTask *t);
void __scExec(OSSched *sc, OSScTask *sp, OSScTask *dp);
void __scMain(void *arg);
void __scYield(OSSched *sc);
void bbufResetBuffers(void);
struct bootbufferthing *bbufGetIndex0Buffer(void);
struct bootbufferthing *bbufGetIndex1Buffer(void);
void bbufIncIndex0(void);
void bbufIncIndex1(void);
void bbufUpdateIndex2Buffer(void);
void schedInitArtifacts(void);
struct artifact *schedGetWriteArtifacts(void);
struct artifact *schedGetFrontArtifacts(void);
void schedIncrementWriteArtifacts(void);
void schedIncrementFrontArtifacts(void);
void schedUpdatePendingArtifacts(void);
void schedConsiderScreenshot(void);
#endif