Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-samsung
[oweals/u-boot.git] / api / api_private.h
index a8866ef6d2daeeaaea550944b4c909822cda2d2f..07fd50ad3a363f42c1070158ff1fa2d3378452f2 100644 (file)
@@ -1,9 +1,8 @@
+/* SPDX-License-Identifier: GPL-2.0+ */
 /*
  * (C) Copyright 2007 Semihalf
  *
  * Written by: Rafal Jaworowski <raj@semihalf.com>
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #ifndef _API_PRIVATE_H_
@@ -23,6 +22,7 @@ int   dev_close_stor(void *);
 int    dev_close_net(void *);
 
 lbasize_t      dev_read_stor(void *, void *, lbasize_t, lbastart_t);
+lbasize_t      dev_write_stor(void *, void *, lbasize_t, lbastart_t);
 int            dev_read_net(void *, void *, int);
 int            dev_write_net(void *, void *, int);