mirror of
https://github.com/ufrisk/MemProcFS.git
synced 2026-05-22 17:07:47 +08:00
Version 5.8
This commit is contained in:
16
vmmjava/leechcore/ILeechCoreTlpContext.java
Normal file
16
vmmjava/leechcore/ILeechCoreTlpContext.java
Normal file
@@ -0,0 +1,16 @@
|
||||
package leechcore;
|
||||
|
||||
/**
|
||||
* LeechCore PCIe TLP Context Interface<br>
|
||||
* The TLP callback is disabled when this interface is closed / cleaned up.
|
||||
* Check out the example code to get started! https://github.com/ufrisk/LeechCore/<br>
|
||||
* @see https://github.com/ufrisk/LeechCore
|
||||
* @author Ulf Frisk - pcileech@frizk.net
|
||||
*/
|
||||
public interface ILeechCoreTlpContext
|
||||
{
|
||||
/**
|
||||
* Close/Inactivate the TLP callback.
|
||||
*/
|
||||
public void close();
|
||||
}
|
||||
Reference in New Issue
Block a user