qcacmn: HIF changes to support Moselle

Add HIF changes for supporting the newly
added IPCI bus type for Moselle

CRs-Fixed: 2597321
Change-Id: I9097e4622e9d6d561e92f5a21cb279c4d631cfbb
This commit is contained in:
Alok Kumar
2020-01-06 18:12:35 +05:30
committed by nshrivas
parent a4030a4261
commit ffc116e798
20 changed files with 1412 additions and 36 deletions

View File

@@ -1,5 +1,5 @@
/*
* Copyright (c) 2015-2016 The Linux Foundation. All rights reserved.
* Copyright (c) 2015-2016, 2020 The Linux Foundation. All rights reserved.
*
* Permission to use, copy, modify, and/or distribute this software for
* any purpose with or without fee is hereby granted, provided that the
@@ -32,4 +32,8 @@
#include "regtable_usb.h"
#endif
#if defined(HIF_IPCI)
#include "reg_struct.h"
#include "regtable_ipcie.h"
#endif
#endif