exynos4: SecBuffer: add missing c++ ifdefs

Change-Id: I6c07d14675e5c6f835401d2660f208db8e757a71
tirimbino
Daniel Hillenbrand 11 years ago
parent 09e7e82747
commit 41e1d1a242
  1. 4
      exynos4/hal/include/SecBuffer.h

@ -47,7 +47,9 @@
//! Buffer information //! Buffer information
struct SecBuffer struct SecBuffer
{ {
#ifdef __cplusplus
public: public:
#endif
//! Buffer type //! Buffer type
enum BUFFER_TYPE enum BUFFER_TYPE
{ {
@ -82,6 +84,7 @@ public:
unsigned int extS[3]; unsigned int extS[3];
} size; } size;
#ifdef __cplusplus
//! Constructor //! Constructor
SecBuffer() SecBuffer()
{ {
@ -153,6 +156,7 @@ public:
return type; return type;
} }
#endif
}; };
#endif //__SEC_BUFFER_H__ #endif //__SEC_BUFFER_H__

Loading…
Cancel
Save