diff options
author | vanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524> | 2010-11-11 05:50:16 +0000 |
---|---|---|
committer | vanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524> | 2010-11-11 05:50:16 +0000 |
commit | 2ce2c0328e7a9714742a305eb856e65d1c348203 (patch) | |
tree | 9e04eeeaf9d437f916d05498698e8ba61c97d1e7 | |
parent | 69aef7f48afff5afebb43bfcc386343e4e38d63e (diff) | |
download | edk2-2ce2c0328e7a9714742a305eb856e65d1c348203.tar.gz |
sync patch r11009 from main trunk.
Add comment that describes the TPL restrictions for the Data Hub Protocol.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/branches/UDK2010@11033 6f19259b-4bc3-4df7-8a09-765794883524
-rw-r--r-- | IntelFrameworkPkg/Include/Protocol/DataHub.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/IntelFrameworkPkg/Include/Protocol/DataHub.h b/IntelFrameworkPkg/Include/Protocol/DataHub.h index c3bc6f9dcd..735b1757e9 100644 --- a/IntelFrameworkPkg/Include/Protocol/DataHub.h +++ b/IntelFrameworkPkg/Include/Protocol/DataHub.h @@ -1,7 +1,7 @@ /** @file
The data hub protocol is used both by agents wishing to log
data and those wishing to be made aware of all information that
- has been logged.
+ has been logged. This protocol may only be called <= TPL_NOTIFY.
Copyright (c) 2007 - 2010, Intel Corporation. All rights reserved<BR>
This program and the accompanying materials are licensed and made available under
|