udfdecl.h (d652eefb70142c64495f4188883f9dfc0430a96b) | udfdecl.h (cbf5676a0e0463f05e5073589f3194846dfb02e7) |
---|---|
1#ifndef __UDF_DECL_H 2#define __UDF_DECL_H 3 4#include "ecma_167.h" 5#include "osta_udf.h" 6 7#include <linux/fs.h> 8#include <linux/types.h> --- 208 unchanged lines hidden (view full) --- 217 int *offset); 218extern long_ad *udf_get_filelongad(uint8_t *, int, uint32_t *, int); 219extern short_ad *udf_get_fileshortad(uint8_t *, int, uint32_t *, int); 220 221/* crc.c */ 222extern uint16_t udf_crc(const uint8_t *, uint32_t, uint16_t); 223 224/* udftime.c */ | 1#ifndef __UDF_DECL_H 2#define __UDF_DECL_H 3 4#include "ecma_167.h" 5#include "osta_udf.h" 6 7#include <linux/fs.h> 8#include <linux/types.h> --- 208 unchanged lines hidden (view full) --- 217 int *offset); 218extern long_ad *udf_get_filelongad(uint8_t *, int, uint32_t *, int); 219extern short_ad *udf_get_fileshortad(uint8_t *, int, uint32_t *, int); 220 221/* crc.c */ 222extern uint16_t udf_crc(const uint8_t *, uint32_t, uint16_t); 223 224/* udftime.c */ |
225extern time_t *udf_stamp_to_time(time_t *, long *, kernel_timestamp); 226extern kernel_timestamp *udf_time_to_stamp(kernel_timestamp *, struct timespec); | 225extern struct timespec *udf_stamp_to_time(struct timespec *dest, kernel_timestamp src); 226extern kernel_timestamp *udf_time_to_stamp(kernel_timestamp *dest, struct timespec src); |
227 228#endif /* __UDF_DECL_H */ | 227 228#endif /* __UDF_DECL_H */ |