Rename every struct we declare to end with _t.
Per our style poll, we prefer this:
typedef struct foo_t foo_t;
over this:
typedef struct foo_s foo_t;
So let's replace all the cases where we do the latter.
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information