]> git.ipfire.org Git - thirdparty/u-boot.git/blobdiff - include/mailbox.h
mailbox: rename headers
[thirdparty/u-boot.git] / include / mailbox.h
similarity index 98%
rename from include/mailbox_client.h
rename to include/mailbox.h
index 8345ea0bf1fbf2d6b1c25e44d8bf0ba8e393aca3..a92a1a590dfeb2e88859067a317e23a8d33d1d46 100644 (file)
@@ -4,8 +4,8 @@
  * SPDX-License-Identifier: GPL-2.0
  */
 
-#ifndef _MAILBOX_CLIENT_H
-#define _MAILBOX_CLIENT_H
+#ifndef _MAILBOX_H
+#define _MAILBOX_H
 
 /**
  * A mailbox is a hardware mechanism for transferring small fixed-size messages
@@ -26,7 +26,7 @@
  *
  * A driver that implements UCLASS_MAILBOX is a mailbox provider. A provider
  * will often implement multiple separate mailbox channels, since the hardware
- * it manages often has this capability. mailbox_uclass.h describes the
+ * it manages often has this capability. mailbox-uclass.h describes the
  * interface which mailbox providers must implement.
  *
  * Mailbox consumers/clients generate and send, or receive and process,