Skip to content

Commit

Permalink
[4.0.x] add ChipsetType
Browse files Browse the repository at this point in the history
  • Loading branch information
geemus committed Feb 19, 2011
1 parent 7a2ebac commit 5a40882
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions lib/virtualbox/com/interface/4.0.x/chipset_type.rb
@@ -0,0 +1,11 @@
module VirtualBox
module COM
module Interface
module Version_4_0_X
class ChipsetType < AbstractEnum
map [:null, :piix3, :ich9]
end
end
end
end
end

0 comments on commit 5a40882

Please sign in to comment.