sandbox: i2c: Move priv into a header file
authorSimon Glass <sjg@chromium.org>
Sat, 19 Dec 2020 17:39:54 +0000 (10:39 -0700)
committerSimon Glass <sjg@chromium.org>
Tue, 5 Jan 2021 19:24:41 +0000 (12:24 -0700)
commitf05a7c5ba452c3cee34378ed2ecc206c1605fce1
treebd005d9bfd45644cc1814c8dbab9de398a49c2fe
parentbfae6cc48afa5bc22703c93af70b27501900f56a
sandbox: i2c: Move priv into a header file

Move this struct into a header file so that dtoc can include it in its
dt-platdata.c file.

Signed-off-by: Simon Glass <sjg@chromium.org>
arch/sandbox/include/asm/i2c.h [new file with mode: 0644]
drivers/i2c/sandbox_i2c.c