Updated PCI IDs to latest snapshot.
[tangerine.git] / workbench / libs / desktop / operationclass.h
blob83c66b05c52d7e81e7d2143b3b0ad4925ff8a590
1 /*
2 Copyright © 1995-2002, The AROS Development Team. All rights reserved.
3 $Id$
4 */
6 #ifndef OPERATIONCLASS_H
7 # define OPERATIONCLASS_H
9 # define OPM_Execute TAG_USER+5001
11 struct OperationClassData
13 ULONG dummy;
16 struct opExecute
18 STACKED ULONG MethodID;
19 STACKED Object *target;
20 STACKED ULONG operationCode;
23 #endif