]> Git Repo - qemu.git/blobdiff - hw/bt.h
msix: convert to memory API
[qemu.git] / hw / bt.h
diff --git a/hw/bt.h b/hw/bt.h
index 726905f760ec2d4141ec8928c620d3e266275d16..3797254691954ff72248195e1afeabb0cd3e5979 100644 (file)
--- a/hw/bt.h
+++ b/hw/bt.h
@@ -20,9 +20,7 @@
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
- * MA  02110-1301  USA
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
 /* BD Address */
@@ -1443,7 +1441,7 @@ typedef struct {
 #define EVT_FLUSH_OCCURRED             0x11
 typedef struct {
     uint16_t   handle;
-} __attribute__ ((packed)) evt_flush_occured;
+} __attribute__ ((packed)) evt_flush_occurred;
 #define EVT_FLUSH_OCCURRED_SIZE 2
 
 #define EVT_ROLE_CHANGE                        0x12
This page took 0.025024 seconds and 4 git commands to generate.