SecurityPkg: Apply uncrustify changes
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3737 Apply uncrustify changes to .c/.h files in the SecurityPkg package Cc: Andrew Fish <afish@apple.com> Cc: Leif Lindholm <leif@nuviainc.com> Cc: Michael D Kinney <michael.d.kinney@intel.com> Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com> Reviewed-by: Jian J Wang <jian.j.wang@intel.com>
This commit is contained in:
committed by
mergify[bot]
parent
39de741e2d
commit
c411b485b6
@@ -9,18 +9,18 @@ SPDX-License-Identifier: BSD-2-Clause-Patent
|
||||
#ifndef _OPAL_PASSWORD_COMMON_H_
|
||||
#define _OPAL_PASSWORD_COMMON_H_
|
||||
|
||||
#define OPAL_MAX_PASSWORD_SIZE 32
|
||||
#define OPAL_MAX_PASSWORD_SIZE 32
|
||||
|
||||
#define OPAL_DEVICE_TYPE_UNKNOWN 0x0
|
||||
#define OPAL_DEVICE_TYPE_ATA 0x1
|
||||
#define OPAL_DEVICE_TYPE_NVME 0x2
|
||||
#define OPAL_DEVICE_TYPE_UNKNOWN 0x0
|
||||
#define OPAL_DEVICE_TYPE_ATA 0x1
|
||||
#define OPAL_DEVICE_TYPE_NVME 0x2
|
||||
|
||||
typedef struct {
|
||||
UINT16 Segment;
|
||||
UINT8 Bus;
|
||||
UINT8 Device;
|
||||
UINT8 Function;
|
||||
UINT8 Reserved;
|
||||
UINT16 Segment;
|
||||
UINT8 Bus;
|
||||
UINT8 Device;
|
||||
UINT8 Function;
|
||||
UINT8 Reserved;
|
||||
} OPAL_PCI_DEVICE;
|
||||
|
||||
typedef struct {
|
||||
|
Reference in New Issue
Block a user