dmi: check both the AC and ID flags at the same time
[syslinux.git] / libinstaller / syslxrw.h
blobd3ae3c29ca8102d0575822dc03da8692391f898e
1 /* ----------------------------------------------------------------------- *
3 * Copyright 2010 Intel Corp. - All Rights Reserved
4 * Copyright 2015 Paulo Alcantara <pcacjr@zytor.com>
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation, Inc., 53 Temple Place Ste 330,
9 * Boston MA 02111-1307, USA; either version 2 of the License, or
10 * (at your option) any later version; incorporated herein by reference.
12 * ----------------------------------------------------------------------- */
14 #ifndef _H_SYSLXRW_
15 #define _H_SYSLXRW_
17 ssize_t xpread(int fd, void *buf, size_t count, off_t offset);
18 ssize_t xpwrite(int fd, const void *buf, size_t count, off_t offset);
20 #endif /* _H_SYSLXRW_ */