annotate cfg-headers/rf.cfg @ 22:f2fa3f590209

FFS journal_init() bugfix matching Magnetite and Selenite
author Mychaela Falconia <falcon@freecalypso.org>
date Fri, 22 May 2020 18:26:16 +0000
parents 14f8a71286c5
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2
14f8a71286c5 cfg-headers: minimal & hard-coded
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1 #ifndef __RF_CFG__
14f8a71286c5 cfg-headers: minimal & hard-coded
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2 #define __RF_CFG__
14f8a71286c5 cfg-headers: minimal & hard-coded
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3 #define RF 12
14f8a71286c5 cfg-headers: minimal & hard-coded
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
4 #define RF_FAM 12
14f8a71286c5 cfg-headers: minimal & hard-coded
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
5 #define RF_PA 2
14f8a71286c5 cfg-headers: minimal & hard-coded
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
6 #define RF_PG 2
14f8a71286c5 cfg-headers: minimal & hard-coded
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
7 #endif /* __RF_CFG__ */