/* SPDX-License-Identifier: GPL-2.0-only */ /* * * Copyright (C) 2005 Mike Isely <[email protected]> */ #ifndef __PVRUSB2_UTIL_H #define __PVRUSB2_UTIL_H #define PVR2_DECOMPOSE_LE(t,i,d) … #define PVR2_DECOMPOSE_BE(t,i,d) … #define PVR2_COMPOSE_LE(t,i) … #define PVR2_COMPOSE_BE(t,i) … #endif /* __PVRUSB2_UTIL_H */