4bc76c5503f86ad96af37efcc2d732897cf415af
[org.ibex.core.git] / src / org / ibex / plat / JVM.java
1 // Copyright 2004 Adam Megacz, see the COPYING file for licensing [GPL]
2 package org.ibex.plat;
3
4 import org.ibex.graphics.*;
5 import org.ibex.core.*;
6 import org.ibex.net.*;
7
8 /** common superclass for all platforms that run in a "real" JVM */
9 public abstract class JVM extends Platform {
10
11 }