diff options
author | Zhaoming Luo <zhmingluo@163.com> | 2024-12-13 08:58:31 +0800 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2024-12-14 23:09:50 +0100 |
commit | af488a9e8b8e0de5f0c97d07beabbe43249c4b97 (patch) | |
tree | 562d4fd243b3f11629b7f0dd33ebd7a979cb31d6 /shutdown | |
parent | 5ca0fa556b24463bd52ce5e45dddefcd766ae9c3 (diff) | |
download | hurd-af488a9e8b8e0de5f0c97d07beabbe43249c4b97.tar.gz hurd-af488a9e8b8e0de5f0c97d07beabbe43249c4b97.tar.bz2 hurd-af488a9e8b8e0de5f0c97d07beabbe43249c4b97.zip |
Add a description comment for the MIG type translation files
Signed-off-by: Zhaoming Luo <zhmingluo@163.com>
Message-ID: <20241213005831.748151-1-zhmingluo@163.com>
Diffstat (limited to 'shutdown')
-rw-r--r-- | shutdown/mig-mutate.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/shutdown/mig-mutate.h b/shutdown/mig-mutate.h index 9eaf3db0..886cbd4f 100644 --- a/shutdown/mig-mutate.h +++ b/shutdown/mig-mutate.h @@ -1,3 +1,5 @@ +/* MIG type translation information */ + #define SHUTDOWN_INTRAN \ trivfs_protid_t trivfs_begin_using_protid (shutdown_t) #define SHUTDOWN_INTRAN_PAYLOAD \ |