Merge tag 'efi-2020-07-rc6' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi
[oweals/u-boot.git] / drivers / pci / pcie_layerscape.h
index 8770b44a1f0096c2247f884d6bd1eae6b64f2fe6..95454bc1886877c18a4d213eb2ff95b321b35e98 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: GPL-2.0+ */
 /*
- * Copyright 2017 NXP
+ * Copyright 2017-2019 NXP
  * Copyright 2014-2015 Freescale Semiconductor, Inc.
  * Layerscape PCIe driver
  */
@@ -144,6 +144,8 @@ struct ls_pcie {
        bool big_endian;
        bool enabled;
        int next_lut_index;
+       int stream_id_cur;
+       int mode;
 };
 
 extern struct list_head ls_pcie_list;