Commit a1ebae49 authored by Archit Tamarapu's avatar Archit Tamarapu
Browse files

update header include guard

parent 76b70cab
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -30,8 +30,8 @@

*******************************************************************************************************/

#ifndef _ISAR_LCLD_ROM_TABLES_H_
#define _ISAR_LCLD_ROM_TABLES_H_
#ifndef ISAR_ROM_LCLD_TABLES_H
#define ISAR_ROM_LCLD_TABLES_H

#include <stdint.h>
#include "options.h"
@@ -242,4 +242,4 @@ extern const Word32 c_pfP2RImagLUT[32]; /* Q31 */
extern const Word32 c_pfWindowLUT[LCLD_PRED_WIN_LEN]; /* Q31 */


#endif /* _TABLES_H_ */
#endif /* ISAR_ROM_LCLD_TABLES_H_ */