target: target_core_ua_h: Add #define of include guard
Clearly the file was meant to contain an include guard, but it was missing the #define part. Signed-off-by: Rasmus Villemoes <linux@rasmusvillemoes.dk> Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
This commit is contained in:
parent
c04047ecee
commit
c6c2a3de36
|
@ -1,4 +1,5 @@
|
|||
#ifndef TARGET_CORE_UA_H
|
||||
#define TARGET_CORE_UA_H
|
||||
|
||||
/*
|
||||
* From spc4r17, Table D.1: ASC and ASCQ Assignement
|
||||
|
|
Loading…
Reference in New Issue
Block a user